We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68befcc commit 95c4efdCopy full SHA for 95c4efd
examples/shapes/shapes_penrose_tile.c
@@ -81,7 +81,7 @@ int main(void)
81
PenroseLSystem ls = CreatePenroseLSystem(drawLength*(generations/(float)maxGenerations));
82
for (int i = 0; i < generations; i++) BuildProductionStep(&ls);
83
84
- SetTargetFPS(120); // Set our game to run at 60 frames-per-second
+ SetTargetFPS(120); // Set our game to run at 120 frames-per-second
85
//---------------------------------------------------------------------------------------
86
87
// Main game loop
0 commit comments