Work on asset management

This commit is contained in:
Emil Axelsson
2017-09-18 12:56:55 +02:00
parent aaed6ab6d7
commit 8a30251fcb
5 changed files with 86 additions and 42 deletions
-1
View File
@@ -71,7 +71,6 @@ ImGUIModule::ImGUIModule() : OpenSpaceModule(Name) {
&(OsEng.renderEngine()),
&(OsEng.parallelConnection()),
&(OsEng.console()),
OsEng.assetLoader().rootAsset()
};
return res;
}