mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -05:00
Update comment on shapes_penrose_tile.c (#5384)
This commit is contained in:
@ -81,7 +81,7 @@ int main(void)
|
|||||||
PenroseLSystem ls = CreatePenroseLSystem(drawLength*(generations/(float)maxGenerations));
|
PenroseLSystem ls = CreatePenroseLSystem(drawLength*(generations/(float)maxGenerations));
|
||||||
for (int i = 0; i < generations; i++) BuildProductionStep(&ls);
|
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
|
// Main game loop
|
||||||
|
|||||||
Reference in New Issue
Block a user