@@ -214,7 +214,7 @@
function getY( x, z ) {
- return ( data[ x + z * worldWidth ] * 0.2 ) | 0;
+ return ( data[ x + z * worldWidth ] * 0.15 ) | 0;
}