+ | Optimization + reflection

This commit is contained in:
TheRedShip
2025-01-02 16:33:21 +01:00
parent 21f2e84b61
commit 5d92a82b66
14 changed files with 204 additions and 101 deletions

View File

@ -41,8 +41,9 @@ class Window
GLFWwindow *_window;
Scene *_scene;
int _frameCount;
float _fps;
float _delta;
int _frameCount;
};