separated setting time and processing node functions

This commit is contained in:
itsmattkc
2019-08-27 23:38:24 +10:00
parent 35db54075d
commit b9ce02a0ec
29 changed files with 146 additions and 109 deletions
@@ -95,7 +95,7 @@ void RendererThread::run()
// Process the Node
for (int i=path_.size()-1;i>=0;i--) {
path_.at(i)->Run(time_);
path_.at(i)->Run();
}
emit FinishedPath();