Skip to content

Commit

Permalink
minifix: new comment
Browse files Browse the repository at this point in the history
  • Loading branch information
NonNoname1201 authored and purifetchi committed Nov 12, 2024
1 parent 0f4c137 commit af2c0a3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ private MapData GenerateMap(NoiseParameters noiseParameters)

var grid = new Node[width, height];

var falloffMap = FalloffGenerator.GenerateCustom(width);
var falloffMap = FalloffGenerator.GenerateEuclideanSquared(width); // Choose falloff type here

var heightMap = CustomPerlin.GenerateNoiseMap(
width,
Expand Down

0 comments on commit af2c0a3

Please sign in to comment.