Fix whitespaces
This commit is contained in:
parent
de5dad1e6e
commit
37da0e40c5
2 changed files with 3 additions and 3 deletions
|
|
@ -22,7 +22,7 @@ float terrain(float x) {
|
|||
result += sin(2.0 * pi * x * frequency - 2.0 * pi * noise(float(i) * 200.0)) * amplitude;
|
||||
frequency *= 1.5;
|
||||
amplitude /= 1.2;
|
||||
}
|
||||
}
|
||||
|
||||
return result;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue