Minor - ECS implementation pt.2 - V12.3.0

This commit is contained in:
2025-06-24 16:25:03 +02:00
parent bf1b5d78e5
commit 8f0e583c62
3 changed files with 47 additions and 104 deletions

View File

@@ -175,7 +175,7 @@ public:
private:
bool render(float, float, float, float, float);
bool render_physics(bool key_left, bool key_right, bool key_up, bool key_down, float delta_time);
bool render_physics(float delta_time);
bool update_mouse_strings(int, int, bool);
bool update_fps();
bool update_render_count_string(int);