reshaping the modelloader class to suit the overall design of openspace

This commit is contained in:
michal
2014-10-23 18:49:15 -04:00
parent 08a97d9e68
commit ecfc4ad79a
15 changed files with 601 additions and 214 deletions
+1 -1
View File
@@ -409,7 +409,7 @@ void OpenSpaceEngine::preSynchronization() {
_interactionHandler.update(dt);
_interactionHandler.lockControls();
Time::ref().advanceTime(dt);
//Time::ref().advanceTime(dt);
}
}