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

beta.r3js.org
-=yb4f310 2018-03-24 18:12:30 +01:00
parent ebb24b93d5
commit ad056fd9f7
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ this.raycaster.getIntersectedObjects(this.buttons).map(
var alphas = [];
for (i = 0; i < pixels.length; i += 4) {
alpha.push(pixels[i + 3]);
alphas.push(pixels[i + 3]);
}
var x = Math.round(intersect.uv.x * 256);