feat: move fps and deltatime calculations in core engine
This commit is contained in:
@ -30,6 +30,7 @@ private:
|
||||
std::shared_ptr<Window> m_window;
|
||||
std::unique_ptr<Renderer> m_renderer;
|
||||
std::shared_ptr<Scene> m_scene;
|
||||
uint64_t m_elapsed;
|
||||
bool m_running;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user