Fix moving entities flashing in over 30fps mode

This commit is contained in:
AllyTally
2023-07-03 16:29:23 -03:00
committed by Misa Elizabeth Kai
parent 689768b8ca
commit 63620efac8
3 changed files with 19 additions and 4 deletions

View File

@@ -8,6 +8,7 @@ namespace level_debugger
bool is_pausing(void);
bool is_active(void);
void input(void);
void logic(void);
void render(void);
void set_forced(void);
}