diff options
| author | Ray <[email protected]> | 2021-06-24 10:39:43 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2021-06-24 10:39:43 +0200 |
| commit | 43efe92e215901da2520a4d19e995e5a87c8e948 (patch) | |
| tree | b14975ce7a4b852d6824b033184a50e7a90deca8 | |
| parent | 7203acdef974014fde0629b49ea8d6a70e7de4d6 (diff) | |
| download | raylib-43efe92e215901da2520a4d19e995e5a87c8e948.tar.gz raylib-43efe92e215901da2520a4d19e995e5a87c8e948.zip | |
Update 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(); //---------------------------------------------------------------------------------- |
