Skip to content

Commit

Permalink
merge test and bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaswoehlke committed Feb 15, 2020
1 parent 6f20097 commit e8ea154
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ public DiffusionLimitedAggregationCanvas(
}
this.worldMap = new int[this.worldX][this.worldY];
//place first dendrite Particle
x = this.worldY / 2;
x = this.worldX / 2;
y = this.worldY / 2;
worldMap[x][y]=age;
age++;
Expand Down

0 comments on commit e8ea154

Please sign in to comment.