Leaky mess rn...

This commit is contained in:
2025-01-09 14:35:52 -07:00
parent a43b46449f
commit 7716ddf26a
6 changed files with 327 additions and 127 deletions
+1
View File
@@ -41,6 +41,7 @@ pub const Timer = struct {
self.pause_ticks_ms = 0;
}
// Gets the current tick/ms of the timer
pub fn getTicks(self: *Timer) u32 {
switch (self.status) {
.stopped => {