mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-02-26 14:58:51 -06:00
Make it possible to unsubscribe to the time (#612)
This commit is contained in:
@@ -41,6 +41,7 @@ private:
|
||||
nlohmann::json currentTime();
|
||||
nlohmann::json deltaTime();
|
||||
|
||||
bool _isDone;
|
||||
int _timeCallbackHandle;
|
||||
int _deltaTimeCallbackHandle;
|
||||
std::chrono::system_clock::time_point _lastUpdateTime;
|
||||
|
||||
Reference in New Issue
Block a user