From 2bbf92ad5ae7708bf18ac7ef333e9a979d8d1bde Mon Sep 17 00:00:00 2001 From: Uneven Prankster Date: Thu, 16 Nov 2023 21:12:27 -0300 Subject: Working so hard like a soldier Can't afford a thing on TV --- raylib/examples/shapes/shapes_top_down_lights.c | 1 + 1 file changed, 1 insertion(+) (limited to 'raylib/examples/shapes/shapes_top_down_lights.c') diff --git a/raylib/examples/shapes/shapes_top_down_lights.c b/raylib/examples/shapes/shapes_top_down_lights.c index b09137c..f22cf3c 100644 --- a/raylib/examples/shapes/shapes_top_down_lights.c +++ b/raylib/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(); //---------------------------------------------------------------------------------- } -- cgit v1.2.3