Browse Source

Update wip - spiderVSman.c

Rudy Boudewijn van Etten 5 years ago
parent
commit
2ecfed7dbb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      games/wip - spiderVSman.c

+ 1 - 1
games/wip - spiderVSman.c

@@ -122,7 +122,7 @@ int main(void)
     const int screenHeight = 450;
 
     InitWindow(screenWidth, screenHeight, "raylib example.");
-    ToggleFullscreen();
+    //ToggleFullscreen();
     mapWidth = 20;
     mapHeight = 10;
     tileWidth = (float)screenWidth/mapWidth;