diff options
| author | Ray <[email protected]> | 2023-11-08 17:41:08 +0100 |
|---|---|---|
| committer | Ray <[email protected]> | 2023-11-08 17:41:08 +0100 |
| commit | bbf0c3a46d27b723e73483bdd787c7713b31fe1a (patch) | |
| tree | d0cb4223f357366f8eeb0171337f20f913100fd4 /examples/shapes/shapes_top_down_lights.c | |
| parent | fe757b626703f91d59e04599ee033e993e00232b (diff) | |
| download | raylib-bbf0c3a46d27b723e73483bdd787c7713b31fe1a.tar.gz raylib-bbf0c3a46d27b723e73483bdd787c7713b31fe1a.zip | |
REVIEWED: Added new examples to VS2022 solution
Diffstat (limited to 'examples/shapes/shapes_top_down_lights.c')
| -rw-r--r-- | examples/shapes/shapes_top_down_lights.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/shapes/shapes_top_down_lights.c b/examples/shapes/shapes_top_down_lights.c index b09137cb..f22cf3c1 100644 --- a/examples/shapes/shapes_top_down_lights.c +++ b/examples/shapes/shapes_top_down_lights.c @@ -335,6 +335,7 @@ int main(void) DrawFPS(screenWidth - 80, 10); DrawText("Drag to move light #1", 10, 10, 10, DARKGREEN); DrawText("Right click to add new light", 10, 30, 10, DARKGREEN); + EndDrawing(); //---------------------------------------------------------------------------------- } |
