Parcourir la source

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

pooerh il y a 13 ans
Parent
commit
b2b8c05f54
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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");
             int y = config->getInt("y");
             if (y != 0) __y = y;
             if (y != 0) __y = y;
-	    printf("custom x = %d, y = %d\n", x, y);
+            
             int width = config->getInt("width");
             int width = config->getInt("width");
             if (width != 0) __width = width;
             if (width != 0) __width = width;