paysages : Small fix.
git-svn-id: https://subversion.assembla.com/svn/thunderk/paysages@422 b1fd45b6-86a6-48da-8261-f70d1f35bdcc
This commit is contained in:
parent
e63948046d
commit
b5ff5d60a6
1 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@ public:
|
||||||
_noise_preview = noiseCreateGenerator();
|
_noise_preview = noiseCreateGenerator();
|
||||||
_level = -1;
|
_level = -1;
|
||||||
|
|
||||||
configScaling(0.05, 2.0, 0.05, 2.0);
|
configScaling(0.15, 6.0, 0.09, 6.0);
|
||||||
}
|
}
|
||||||
|
|
||||||
void setLevel(int row)
|
void setLevel(int row)
|
||||||
|
@ -57,7 +57,7 @@ public:
|
||||||
_noise_original = noise;
|
_noise_original = noise;
|
||||||
_noise_preview = noiseCreateGenerator();
|
_noise_preview = noiseCreateGenerator();
|
||||||
|
|
||||||
configScaling(0.05, 2.0, 0.03, 2.0);
|
configScaling(0.15, 6.0, 0.09, 6.0);
|
||||||
}
|
}
|
||||||
protected:
|
protected:
|
||||||
void updateData()
|
void updateData()
|
||||||
|
|
Loading…
Reference in a new issue