aboutsummaryrefslogtreecommitdiff
path: root/raylib/examples/shapes/shapes_top_down_lights.c
diff options
context:
space:
mode:
Diffstat (limited to 'raylib/examples/shapes/shapes_top_down_lights.c')
-rw-r--r--raylib/examples/shapes/shapes_top_down_lights.c1
1 files changed, 1 insertions, 0 deletions
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();
//----------------------------------------------------------------------------------
}