Console Spamming!

@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……
This commit is contained in:
underscorediscovery
2014-02-11 00:07:55 -03:30
parent b1bba0cae7
commit 784144ce50

View File

@@ -348,7 +348,7 @@ public:
{ {
if (m.width <= 1 || m.height <= 1) if (m.width <= 1 || m.height <= 1)
{ {
fprintf(stderr, "Stop calling me\n"); //fprintf(stderr, "Stop calling me\n");
return; return;
} }
SDL_DisplayMode mode; SDL_DisplayMode mode;