From 86639ed989df703dabbade163dbdd5fc30903eb8 Mon Sep 17 00:00:00 2001 From: RobinsAviary Date: Sat, 18 Oct 2025 19:41:33 -0400 Subject: [PATCH] buffer comments --- examples/shapes/shapes_lines_drawing.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/shapes/shapes_lines_drawing.c b/examples/shapes/shapes_lines_drawing.c index f43de046e..9347acaf3 100644 --- a/examples/shapes/shapes_lines_drawing.c +++ b/examples/shapes/shapes_lines_drawing.c @@ -57,6 +57,7 @@ int main(void) while (!WindowShouldClose()) // Detect window close button or ESC key { // Update + //---------------------------------------------------------------------------------- // Disable the hint text once the user clicks if (IsMouseButtonPressed(MOUSE_BUTTON_LEFT) && startText) { @@ -116,6 +117,7 @@ int main(void) // Update mouse's previous position mousePositionPrevious = GetMousePosition(); + //---------------------------------------------------------------------------------- // Draw //----------------------------------------------------------------------------------