important division missing!

Alex Mulkerrin 2015-12-06 10:34:16 +00:00
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 {