#1 - ClientWorldController refactoring
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user