separated setting time and processing node functions
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user