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

Fixed bug causing the color intensity not to work when switching descriptions after enabling it.

parent 3918fa08
No related branches found
No related tags found
No related merge requests found
......@@ -449,6 +449,7 @@ public class ChaosGameGui implements ChaosGameObserver {
this.description.getMaxCoords());
this.updateCanvas(this.chaosCanvas);
game = new ChaosGame(this.description, this.chaosCanvas);
game.setUseColor(this.colorCheckBox.isSelected());
//this.game.setDescription(description);
}
......
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