Browse Source

Update comment on shapes_penrose_tile.c (#5384)

master
Rayumie 7 hours ago
committed by GitHub
parent
commit
95c4efd7a3
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      examples/shapes/shapes_penrose_tile.c

+ 1
- 1
examples/shapes/shapes_penrose_tile.c View File

@ -81,7 +81,7 @@ int main(void)
PenroseLSystem ls = CreatePenroseLSystem(drawLength*(generations/(float)maxGenerations));
for (int i = 0; i < generations; i++) BuildProductionStep(&ls);
SetTargetFPS(120); // Set our game to run at 60 frames-per-second
SetTargetFPS(120); // Set our game to run at 120 frames-per-second
//---------------------------------------------------------------------------------------
// Main game loop

Loading…
Cancel
Save