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

beta.r3js.org
-=yb4f310 2018-03-24 18:14:31 +01:00
parent 11af3cbc99
commit 29a43f258b
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ this.raycaster.getIntersectedObjects(this.buttons).map(
var pixel = alphas[(256 * y) + x];
if (pixel === 0) {
if (pixel !== 0) {
console.log(intersect.mesh.name);
}