Fixed profile parser so it gets the profile input file first

This commit is contained in:
GPayne
2020-01-10 15:22:26 -07:00
parent 3ef1b8d511
commit 1ac68f8236
3 changed files with 33 additions and 24 deletions

View File

@@ -106,6 +106,7 @@ private:
void runGlobalCustomizationScripts();
void configureLogging();
std::string generateFilePath(std::string openspaceRelativePath);
std::unique_ptr<Scene> _scene;
std::unique_ptr<AssetManager> _assetManager;