maint:addressing "strength" issue

@JoaoMarcosCSilva helps this project stay sharp!
This commit is contained in:
andy5995
2018-09-22 16:58:53 -05:00
parent ccb507a3f4
commit d774a1d179
4 changed files with 11 additions and 3 deletions

View File

@@ -244,7 +244,7 @@ namespace Shared {
void resetHeights(int height);
void realRandomize(int minimumHeight, int maximumHeight, int chanceDivider, int smoothRecursions);
void applyNewHeight(float newHeight, int x, int y, int strenght);
void applyNewHeight(float newHeight, int x, int y, int strength);
bool hasFileLoaded() const {
return fileLoaded;