mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-06 19:39:56 -05:00
Various code cleanup
This commit is contained in:
@@ -80,7 +80,7 @@ void TimeTopic::handleJson(const nlohmann::json& json) {
|
||||
sendCurrentTime();
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
_deltaTimeCallbackHandle = global::timeManager.addDeltaTimeChangeCallback([this]() {
|
||||
// Throttle by last update,
|
||||
// but force update if pause state or target delta changes.
|
||||
|
||||
Reference in New Issue
Block a user