瀏覽代碼

Update GeneticAlgorithm_BoardWarSimulation.c

Rudy Boudewijn van Etten 4 年之前
父節點
當前提交
e2271161d2
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      ai/GeneticAlgorithm_BoardWarSimulation.c

+ 1 - 1
ai/GeneticAlgorithm_BoardWarSimulation.c

@@ -97,7 +97,7 @@ int main(void)
     
     InitWindow(screenWidth, screenHeight, "raylib example.");
  
-    SetTargetFPS(120);               // Set our game to run at 60 frames-per-second
+    SetTargetFPS(60);               // Set our game to run at 60 frames-per-second
     //--------------------------------------------------------------------------------------
 
     geneticalgorithm();