Browse Source

Update Beginners_-_tilemap_minimum.c

Rudy Boudewijn van Etten 5 years ago
parent
commit
8db74d6f81
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Beginners_-_tilemap_minimum.c

+ 1 - 1
Beginners_-_tilemap_minimum.c

@@ -8,7 +8,7 @@ int main(void)
     const int screenWidth = 800;
     const int screenWidth = 800;
     const int screenHeight = 450;
     const int screenHeight = 450;
 
 
-    InitWindow(screenWidth, screenHeight, "raylib [core] example - generate random values");
+    InitWindow(screenWidth, screenHeight, "raylib example.");
 
 
     
     
     int mymap[3][5] = { {1,1,1,1,1},
     int mymap[3][5] = { {1,1,1,1,1},