aboutsummaryrefslogtreecommitdiff
path: root/examples/core_world_screen.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/core_world_screen.c')
-rw-r--r--examples/core_world_screen.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/core_world_screen.c b/examples/core_world_screen.c
index f3798830..aa9505e8 100644
--- a/examples/core_world_screen.c
+++ b/examples/core_world_screen.c
@@ -63,7 +63,6 @@ int main()
DrawText("Enemy: 100 / 100", cubeScreenPosition.x - MeasureText("Enemy: 100 / 100", 20) / 2, cubeScreenPosition.y, 20, BLACK);
DrawText("Text is always on top of the cube", (screenWidth - MeasureText("Text is always on top of the cube", 20)) / 2, 25, 20, GRAY);
-
EndDrawing();
//----------------------------------------------------------------------------------