Skip to content

Commit

Permalink
fix unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Vrixyz committed Sep 17, 2024
1 parent d6e0e56 commit 1cadc06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pipeline/events.rs
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ mod test {
std::time::Duration::from_secs_f32(1f32 / 60f32),
));

for i in 0..100 {
for _ in 0..100 {
app.update();
}
return;
Expand Down

0 comments on commit 1cadc06

Please sign in to comment.