diff options
Diffstat (limited to 'examples/core/core_basic_window.c')
| -rw-r--r-- | examples/core/core_basic_window.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/core/core_basic_window.c b/examples/core/core_basic_window.c index 8177b310..3c103a5f 100644 --- a/examples/core/core_basic_window.c +++ b/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(); //---------------------------------------------------------------------------------- |
