We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4f0c7a2 + 09305cc commit e2477a0Copy full SHA for e2477a0
common/src/legacy_memory_region.rs
@@ -68,7 +68,7 @@ where
68
self.next_frame = start_frame;
69
}
70
71
- if self.next_frame < end_frame {
+ if self.next_frame <= end_frame {
72
let ret = self.next_frame;
73
self.next_frame += 1;
74
Some(ret)
0 commit comments