Git Plugin more WIP.

This commit is contained in:
Martín Lucas Golini
2023-12-17 14:44:00 -03:00
parent 4f1087a181
commit ac35e9ca0e
10 changed files with 130 additions and 17 deletions

View File

@@ -3627,6 +3627,8 @@ void App::init( const LogLevel& logLevel, std::string file, const Float& pidelDe
}
#endif
mPluginManager->setUIReady();
mWindow->runMainLoop( &appLoop, mBenchmarkMode ? 0 : mConfig.context.FrameRateLimit );
}
}