Skip to content

Commit

Permalink
Fix for RidgedMulti so is not overwritten
Browse files Browse the repository at this point in the history
  • Loading branch information
chandlerprall committed Jul 16, 2011
1 parent 172bd34 commit 86d2f9a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion module/generator/ridgedmulti.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ var RidgedMulti = function(frequency, lacunarity, octaves, seed, quality, offset
this.quality = quality || NoiseGen.QUALITY_STD;
this.offset = offset || RidgedMulti.DEFAULT_RIDGED_OFFSET;
this.gain = gain || RidgedMulti.DEFAULT_RIDGED_GAIN;
this.weights = [];

};

Expand Down

0 comments on commit 86d2f9a

Please sign in to comment.