aboutsummaryrefslogtreecommitdiff
path: root/examples/shapes_basic_shapes.c
diff options
context:
space:
mode:
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