diff --git a/Editor/main_SDL2.cpp b/Editor/main_SDL2.cpp index ea1bbedf6..0e95c96ee 100644 --- a/Editor/main_SDL2.cpp +++ b/Editor/main_SDL2.cpp @@ -56,8 +56,7 @@ int main(int argc, char *argv[]) throw sdl2::SDLError("Error creating SDL2 system"); } - //TODO read config.ini - int x = 1920, y = 0, w = 1080, h = 0; + int x = 0, y = 0, w = 1920, h = 1080; bool fullscreen = false; bool borderless = false; string voidStr = "";