Update: Custom Code - BK Flame - Before Render (dywmtohrda.js) 10 bytes modified

beta.r3js.org
-=yb4f310 2017-10-31 15:01:40 +01:00
parent f94b92090b
commit 1e606d6d3b
1 changed files with 1 additions and 1 deletions

View File

@ -185,7 +185,7 @@ if (this.spawningBullets === true) {
console.log('intersected');
intersects.map(
function(intersect){
console.log(intersect);
intersect.object.visible = false;
}
)
}