📦📎-fixes, typo fixes

This commit is contained in:
Aleksander
2025-09-20 12:17:17 +02:00
parent cfb733de09
commit b9e5541971
41 changed files with 494 additions and 498 deletions

View File

@@ -116,7 +116,7 @@ impl Frontend {
};
// fixme: timer events instead of this thing
if self.ticks % 1000 == 0 {
if self.ticks.is_multiple_of(1000) {
self.update_time(&mut common);
}