Corregido error cargando la configuración
This commit is contained in:
@@ -579,12 +579,12 @@ bool Director::saveConfigFile()
|
||||
|
||||
else if (options->video.mode == SDL_WINDOW_FULLSCREEN)
|
||||
{
|
||||
file << "fullScreenMode=SDL_WINDOW_FULLSCREEN\n";
|
||||
file << "mode=SDL_WINDOW_FULLSCREEN\n";
|
||||
}
|
||||
|
||||
else if (options->video.mode == SDL_WINDOW_FULLSCREEN_DESKTOP)
|
||||
{
|
||||
file << "fullScreenMode=SDL_WINDOW_FULLSCREEN_DESKTOP\n";
|
||||
file << "mode=SDL_WINDOW_FULLSCREEN_DESKTOP\n";
|
||||
}
|
||||
|
||||
file << "window.size=" + std::to_string(options->video.window.size) + "\n";
|
||||
|
||||
Reference in New Issue
Block a user