aboutsummaryrefslogtreecommitdiff
path: root/examples/core_world_screen.c
diff options
context:
space:
mode:
authorRay <raysan5@gmail.com>2016-06-30 00:26:56 +0200
committerRay <raysan5@gmail.com>2016-06-30 00:26:56 +0200
commitf88c95ce2d48730a7c4025a65d7b65402ffb8467 (patch)
tree85737da6eca3f5d5c4b10e66b683a3a30d3746e0 /examples/core_world_screen.c
parent308fcbb96cc6e8c40dc9402d61ca29025a515e8a (diff)
downloadraylib-f88c95ce2d48730a7c4025a65d7b65402ffb8467.tar.gz
raylib-f88c95ce2d48730a7c4025a65d7b65402ffb8467.zip
Updated examples and makefile
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();
//----------------------------------------------------------------------------------