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:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user