diff --git a/lesson#11/raylib_firstWindow/source/app.d b/lesson#11/raylib_firstWindow/source/app.d index cb71b6c..361a9ef 100644 --- a/lesson#11/raylib_firstWindow/source/app.d +++ b/lesson#11/raylib_firstWindow/source/app.d @@ -18,7 +18,7 @@ void main() { // draw BeginDrawing(); // clear the screen - ClearBackground(WHITE); // set background color to WHITE + ClearBackground(WHITE); // set background color to WHITE // draw "Hello, World!" DrawText("Hello, World!", 10, 10, 60, BLACK);