Skip to content

Commit 9a1e5df

Browse files
committed
Examples: Fix tile glitch in minecraft example.
1 parent 1ee2fca commit 9a1e5df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/webgl_geometry_minecraft.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@
214214

215215
function getY( x, z ) {
216216

217-
return ( data[ x + z * worldWidth ] * 0.2 ) | 0;
217+
return ( data[ x + z * worldWidth ] * 0.15 ) | 0;
218218

219219
}
220220

0 commit comments

Comments
 (0)