We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6f84e1 commit 621bbcaCopy full SHA for 621bbca
1 file changed
Source/Managers/WindowMan.cpp
@@ -734,7 +734,6 @@ void WindowMan::Update() {
734
case SDL_EVENT_WINDOW_RESIZED:
735
case SDL_WINDOW_MAXIMIZED:
736
SetViewportLetterboxed();
737
- std::cout << "resize" << std::endl;
738
break;
739
default:
740
0 commit comments