2
0
Эх сурвалжийг харах

Update core_basic_window.c

Ray 4 жил өмнө
parent
commit
43efe92e21

+ 2 - 2
examples/core/core_basic_window.c

@@ -45,9 +45,9 @@ int main(void)
         //----------------------------------------------------------------------------------
         BeginDrawing();
 
-        ClearBackground(RAYWHITE);
+            ClearBackground(RAYWHITE);
 
-        DrawText("Congrats! You created your first window!", 190, 200, 20, LIGHTGRAY);
+            DrawText("Congrats! You created your first window!", 190, 200, 20, LIGHTGRAY);
 
         EndDrawing();
         //----------------------------------------------------------------------------------