Update: CC - Snake FS - Mouse Down (gzewp2awcf.js) 4 bytes modified

beta.r3js.org
-=yb4f310 2018-03-24 18:29:28 +01:00
parent ab0d273956
commit 6ceb2b02f8
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ this.raycaster.getIntersectedObjects(this.buttons).map(
var x = Math.round(intersect.uv.x * 256);
var y = 1 - intersect.uv.y;
var y = intersect.uv.y;
var y = Math.round(y * 256);