Skip to content
Snippets Groups Projects
Commit b44cc94f authored by luyikei's avatar luyikei
Browse files

VLMCCoremain: Read vlmc settings

parent 0f76705e
No related branches found
No related tags found
No related merge requests found
......@@ -205,6 +205,7 @@ VLMCCoremain( int argc, char **argv )
Project *p = Core::instance()->project();
QCoreApplication::connect( p, &Project::projectLoaded, &renderer, &ConsoleRenderer::startRender );
Core::instance()->settings()->load();
p->load( app.arguments()[1] );
#endif
auto res = app.exec();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment