#1 - ClientWorldController refactoring

This commit is contained in:
Martin Slachta
2026-08-03 23:30:18 +02:00
parent f4174eb0c7
commit a097f4d4b0
35 changed files with 899 additions and 1010 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ public:
return m_last_interval_ms / (double)IN_SECOND;
}
bool update() {
bool has_ticked() {
auto now = Clock::now();
m_last_interval_ms = duration_cast<Millis>(now - m_last_point).count();