mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-26 05:58:58 -06:00
Automatically register core classes on first access to DocumentationEngine
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user