Browse Source

Update Beginners_-_Drawtext_integers.c

Rudy Boudewijn van Etten 5 năm trước cách đây
mục cha
commit
91eb3513c6
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 screenHeight = 450;
 
-    InitWindow(screenWidth, screenHeight, "raylib [core] example - basic window");
+    InitWindow(screenWidth, screenHeight, "raylib example.");
 
     int myvar = 0;          // My thing here
     int myvar2 = 1;         // My second var