aboutsummaryrefslogtreecommitdiff
path: root/examples/shapes_basic_shapes.c
diff options
context:
space:
mode:
authorraysan5 <raysan5@gmail.com>2016-01-16 12:52:55 +0100
committerraysan5 <raysan5@gmail.com>2016-01-16 12:52:55 +0100
commit183795b8aa78fdf0b8064d72d77eaea8e7b6397b (patch)
tree1d18bec6a5510d3c225f05d09cc9649492cb4209 /examples/shapes_basic_shapes.c
parent91e00431d48ad90602af30ee015922243cf975cd (diff)
downloadraylib-183795b8aa78fdf0b8064d72d77eaea8e7b6397b.tar.gz
raylib-183795b8aa78fdf0b8064d72d77eaea8e7b6397b.zip
Review literals type
Diffstat (limited to 'examples/shapes_basic_shapes.c')
-rw-r--r--examples/shapes_basic_shapes.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/shapes_basic_shapes.c b/examples/shapes_basic_shapes.c
index 4b14af89..6b2719fc 100644
--- a/examples/shapes_basic_shapes.c
+++ b/examples/shapes_basic_shapes.c
@@ -19,6 +19,8 @@ int main()
int screenHeight = 450;
InitWindow(screenWidth, screenHeight, "raylib [shapes] example - basic shapes drawing");
+
+ SetTargetFPS(60);
//--------------------------------------------------------------------------------------
// Main game loop