瀏覽代碼

Update comment on shapes_penrose_tile.c (#5384)

pull/5386/head
Rayumie 2 月之前
committed by GitHub
父節點
當前提交
95c4efd7a3
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: B5690EEEBB952194
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      examples/shapes/shapes_penrose_tile.c

+ 1
- 1
examples/shapes/shapes_penrose_tile.c 查看文件

@ -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…
取消
儲存