mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-05-30 10:06:35 +03:00
ecode: Disable vsync by default.
This commit is contained in:
@@ -2900,7 +2900,7 @@ void App::init( const LogLevel& logLevel, std::string file, const Float& pidelDe
|
||||
winSettings.Icon = mResPath + winSettings.Icon;
|
||||
}
|
||||
|
||||
mConfig.context = engine->createContextSettings( &mConfig.ini, "window" );
|
||||
mConfig.context = engine->createContextSettings( &mConfig.ini, "window", false );
|
||||
mConfig.context.SharedGLContext = true;
|
||||
|
||||
mWindow = engine->createWindow( winSettings, mConfig.context );
|
||||
|
||||
Reference in New Issue
Block a user