aboutsummaryrefslogtreecommitdiff
path: root/examples/shapes_basic_shapes.c
diff options
context:
space:
mode:
authorvictorfisac <victorfisac@gmail.com>2016-01-20 13:48:00 +0100
committervictorfisac <victorfisac@gmail.com>2016-01-20 13:48:00 +0100
commitc04752c0e4b646638ce6adf991750763c2dbf393 (patch)
tree9fdafdbdd04dda343a25ac40768900d2d5016da6 /examples/shapes_basic_shapes.c
parent4cc394c376c83926da67afe14855d2a3e2b06cfd (diff)
parent29c618a35e19c1c00be94bf423ad6af7ecf1d3f8 (diff)
downloadraylib-c04752c0e4b646638ce6adf991750763c2dbf393.tar.gz
raylib-c04752c0e4b646638ce6adf991750763c2dbf393.zip
Merge remote-tracking branch 'refs/remotes/raysan5/develop' into develop
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