Skip to content

Commit 95c4efd

Browse files
authored
Update comment on shapes_penrose_tile.c (#5384)
1 parent 68befcc commit 95c4efd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/shapes/shapes_penrose_tile.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ int main(void)
8181
PenroseLSystem ls = CreatePenroseLSystem(drawLength*(generations/(float)maxGenerations));
8282
for (int i = 0; i < generations; i++) BuildProductionStep(&ls);
8383

84-
SetTargetFPS(120); // Set our game to run at 60 frames-per-second
84+
SetTargetFPS(120); // Set our game to run at 120 frames-per-second
8585
//---------------------------------------------------------------------------------------
8686

8787
// Main game loop

0 commit comments

Comments
 (0)