From a7001236901c362f50c38aeb77253fcb42ec7337 Mon Sep 17 00:00:00 2001 From: RobinsAviary Date: Tue, 30 Sep 2025 07:26:24 -0400 Subject: [PATCH] another period --- examples/core/core_delta_time.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/core/core_delta_time.c b/examples/core/core_delta_time.c index f41db172c..26ae5830b 100644 --- a/examples/core/core_delta_time.c +++ b/examples/core/core_delta_time.c @@ -118,7 +118,7 @@ int main(void) DrawText(TextFormat("frame time: %02.02f ms", GetFrameTime()), 10, 30, 20, DARKGRAY); DrawText("use the scroll wheel to change the fps limit, r to reset", 10, 50, 20, DARKGRAY); - // Draw the text above the circles. + // Draw the text above the circles DrawText("x += GetFrameTime() * speed", 10, 90, 20, RED); DrawText("x += speed", 10, 240, 20, BLUE);