summaryrefslogtreecommitdiffhomepage
path: root/examples/shapes_logo_raylib.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/shapes_logo_raylib.c')
-rw-r--r--examples/shapes_logo_raylib.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/shapes_logo_raylib.c b/examples/shapes_logo_raylib.c
index 3dd8fbf3..be94988c 100644
--- a/examples/shapes_logo_raylib.c
+++ b/examples/shapes_logo_raylib.c
@@ -19,6 +19,8 @@ int main()
int screenHeight = 450;
InitWindow(screenWidth, screenHeight, "raylib [shapes] example - raylib logo using shapes");
+
+ SetTargetFPS(60);
//--------------------------------------------------------------------------------------
// Main game loop