diff options
Diffstat (limited to 'examples/shapes_logo_raylib.c')
| -rw-r--r-- | examples/shapes_logo_raylib.c | 2 |
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 |
