From f01bed98acf098d868ed286592b625f9770fe7a9 Mon Sep 17 00:00:00 2001 From: Skyth <19259897+blueskythlikesclouds@users.noreply.github.com> Date: Sat, 18 Jan 2025 23:52:47 +0300 Subject: [PATCH] Remove debugging code. --- UnleashedRecomp/ui/game_window.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/UnleashedRecomp/ui/game_window.cpp b/UnleashedRecomp/ui/game_window.cpp index 899545dc..4460240f 100644 --- a/UnleashedRecomp/ui/game_window.cpp +++ b/UnleashedRecomp/ui/game_window.cpp @@ -224,7 +224,6 @@ void GameWindow::Init(const char* sdlVideoDriver) SetTitle(); SDL_SetWindowMinimumSize(s_pWindow, MIN_WIDTH, MIN_HEIGHT); - SDL_SetWindowMaximumSize(s_pWindow, 1280 * 2, 720 * 2); SDL_SysWMinfo info; SDL_VERSION(&info.version);