Skip to content
Snippets Groups Projects
Commit 659523d7 authored by Håvard Daleng's avatar Håvard Daleng
Browse files

Preparing to push

parent a39ff24e
No related branches found
No related tags found
No related merge requests found
......@@ -185,7 +185,7 @@ public class ChaosGameGui implements ChaosGameObserver {
this.factory = new ChaosGameDescriptionFactory();
this.description = factory.getDescriptions().get(0);
this.chaosCanvas = new ChaosCanvas(100, 100, this.description.getMinCoords(),
this.chaosCanvas = new ChaosCanvas(1000, 1000, this.description.getMinCoords(),
this.description.getMaxCoords());
game = new ChaosGame(this.description, chaosCanvas);
}
......
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