Sfoglia il codice sorgente

Update Beginners_-_Drawtext_integers.c

Rudy Boudewijn van Etten 5 anni fa
parent
commit
91eb3513c6
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      Beginners_-_Drawtext_integers.c

+ 1 - 1
Beginners_-_Drawtext_integers.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 - basic window");
+    InitWindow(screenWidth, screenHeight, "raylib example.");
 
 
     int myvar = 0;          // My thing here
     int myvar = 0;          // My thing here
     int myvar2 = 1;         // My second var
     int myvar2 = 1;         // My second var