shifted to new dependency structure

This commit is contained in:
itsmattkc
2019-08-28 01:24:50 +10:00
parent 797a4eae16
commit 5afe7d523c
27 changed files with 343 additions and 265 deletions
@@ -97,9 +97,9 @@ void RendererThread::run()
caller_mutex_.unlock();
// Process the Node
for (int i=path_.size()-1;i>=0;i--) {
/*for (int i=path_.size()-1;i>=0;i--) {
path_.at(i)->Run();
}
}*/
emit FinishedPath();
}