chore: bump version number

This commit is contained in:
2025-01-17 13:51:30 +02:00
parent 62a91f5765
commit df4dcdf3cb
3 changed files with 6 additions and 3 deletions

View File

@@ -20,7 +20,10 @@ pub fn update_score(
return;
}
score.0 = calculate_score(hightes_floor.0, floor_timer.elapsed_secs());
score.0 = calculate_score(
hightes_floor.0.saturating_sub(1),
floor_timer.elapsed_secs(),
);
}
pub fn update_score_display(