Skip to content
Snippets Groups Projects
Commit ad7d0ce9 authored by Magnus Eik's avatar Magnus Eik
Browse files

Reduce number of steps

parent cd62ecb7
No related branches found
No related tags found
No related merge requests found
......@@ -207,15 +207,13 @@ public class ChaosGameGUIView {
primaryStage.show();
}
public void drawChaosGame(){
ChaosCanvas canvas = game.getCanvas();
game.runSteps(1000000000);
game.runSteps(1000000);
// Test implementation for drawing fractals
int[][] betaArray = canvas.getCanvasArray();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment