mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-28 15:09:36 -06:00
Clean up ScriptScheduler and add doxygen comments
This commit is contained in:
@@ -760,7 +760,7 @@ void OpenSpaceEngine::preSynchronization() {
|
||||
Time::ref().advanceTime(dt);
|
||||
Time::ref().preSynchronization();
|
||||
|
||||
auto scheduledScripts = _scriptScheduler->scheduledScripts(Time::ref().currentTime());
|
||||
auto scheduledScripts = _scriptScheduler->progressTo(Time::ref().currentTime());
|
||||
while(scheduledScripts.size()){
|
||||
auto scheduledScript = scheduledScripts.front();
|
||||
LINFO(scheduledScript);
|
||||
|
||||
Reference in New Issue
Block a user