faster code: unsigned int

This commit is contained in:
2025-09-18 13:42:21 +02:00
parent 104f696de6
commit e8357dc636
6 changed files with 21 additions and 18 deletions
+1 -1
View File
@@ -68,7 +68,7 @@ typedef struct Context {
int width;
int height;
double time;
int fps;
unsigned int fps;
} Context;
typedef struct Timer {