Improve loop with fps control

This commit is contained in:
2026-05-20 21:47:25 +01:00
parent 6ff16e3db4
commit 2bff3eb93f
5 changed files with 54 additions and 29 deletions
+1 -2
View File
@@ -341,8 +341,7 @@ public:
// Time
uint64_t get_time(); // returns the time in nanoseconds since the window was created
uint64_t delta_time(); // returns the time in nanoseconds since the last render call
uint64_t get_time(); // returns the time in nanoseconds since the window was created
private:
// internal data and functions