mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-09-13 09:35:23 -04:00
important division missing!
parent
e308f1eab4
commit
dd3bb04cb2
@ -56,6 +56,7 @@ If noise3.compute(x,z) /8 > 0 {
|
|||||||
set heightResult to heightLow
|
set heightResult to heightLow
|
||||||
} else {
|
} else {
|
||||||
set heightResult to the maximum of heightLow and heightHigh
|
set heightResult to the maximum of heightLow and heightHigh
|
||||||
|
set heightResult to half its previous value
|
||||||
}
|
}
|
||||||
|
|
||||||
If heightResult < 0 {
|
If heightResult < 0 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user