This commit is contained in:
2025-10-08 23:06:39 -05:00
parent fef31b9102
commit c31bcf7f6a
7 changed files with 37 additions and 17 deletions

View File

@@ -19,7 +19,7 @@ typedef struct {
extern dusktime_t TIME;
#define TIME_STEP (1.0f / 60.0f) // Default to 60FPS
#define TIME_STEP (1.0f / 60.0f) // 60 Ticks per second.
/**
* Initializes the time system.