From 784144ce50e0c0a2744a438cb71bbb94b42e9031 Mon Sep 17 00:00:00 2001 From: underscorediscovery Date: Tue, 11 Feb 2014 00:07:55 -0330 Subject: [PATCH] Console Spamming! MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit @RobDangerous @jgranick What is this for? It’s getting called quite a bit while my games are running, even when I am most certainly not trying to change the screen mode…… --- project/src/backend/sdl2/SDL2Stage.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/src/backend/sdl2/SDL2Stage.cpp b/project/src/backend/sdl2/SDL2Stage.cpp index a80c5f8ea..2d8102393 100644 --- a/project/src/backend/sdl2/SDL2Stage.cpp +++ b/project/src/backend/sdl2/SDL2Stage.cpp @@ -348,7 +348,7 @@ public: { if (m.width <= 1 || m.height <= 1) { - fprintf(stderr, "Stop calling me\n"); + //fprintf(stderr, "Stop calling me\n"); return; } SDL_DisplayMode mode;