chore: comments

This commit is contained in:
Pihkaal
2024-03-23 05:15:14 +01:00
parent 1bf0555d66
commit 3150fc3e23
4 changed files with 25 additions and 2 deletions

View File

@@ -172,6 +172,7 @@ fn render_frame(
*scroll_offset = lapses.len() - max_items;
}
// Iterate over lapses, skipping with scroll offset and taxing N items
for (i, lapse) in lapses
.iter()
.rev()