Automatically register core classes on first access to DocumentationEngine

This commit is contained in:
Alexander Bock
2017-03-06 15:06:54 -05:00
parent c93af1fcfc
commit bb4fca593b
3 changed files with 10 additions and 4 deletions

View File

@@ -229,8 +229,6 @@ void OpenSpaceEngine::create(int argc, char** argv,
LDEBUG("Creating OpenSpaceEngine");
_engine = new OpenSpaceEngine(std::string(argv[0]), std::move(windowWrapper));
registerCoreClasses(DocEng);
// Query modules for commandline arguments
_engine->gatherCommandlineArguments();