Leaky mess rn...
This commit is contained in:
@@ -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 => {
|
||||
|
||||
Reference in New Issue
Block a user