diff --git a/frameworks/scenes/application.cpp b/frameworks/scenes/application.cpp index 32b9906..0b68fdd 100644 --- a/frameworks/scenes/application.cpp +++ b/frameworks/scenes/application.cpp @@ -52,7 +52,7 @@ void Application::Init(int argc, char* argv[]) { //screen scaling SDL_SetHint(SDL_HINT_RENDER_SCALE_QUALITY, "best"); - SDL_RenderSetLogicalSize(renderer, 800, 600); + SDL_RenderSetLogicalSize(renderer, screenWidth, screenHeight); //set the hook for the renderer BaseScene::SetRenderer(renderer);