Ver Fonte

Removed reporting window configuration for custom x and y in Linux platform

Marcin Jakubowski há 13 anos atrás
pai
commit
57b82caf6b
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      gameplay/src/PlatformLinux.cpp

+ 1 - 1
gameplay/src/PlatformLinux.cpp

@@ -401,7 +401,7 @@ Platform* Platform::create(Game* game, void* attachToWindow)
 
             int y = config->getInt("y");
             if (y != 0) __y = y;
-	    printf("custom x = %d, y = %d\n", x, y);
+            
             int width = config->getInt("width");
             if (width != 0) __width = width;