Skip to content

Commit 621bbca

Browse files
committed
remove debug print
1 parent e6f84e1 commit 621bbca

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Source/Managers/WindowMan.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -734,7 +734,6 @@ void WindowMan::Update() {
734734
case SDL_EVENT_WINDOW_RESIZED:
735735
case SDL_WINDOW_MAXIMIZED:
736736
SetViewportLetterboxed();
737-
std::cout << "resize" << std::endl;
738737
break;
739738
default:
740739
break;

0 commit comments

Comments
 (0)