Update: CC - Before Render - Moorcow (72d6a2a3kc.js) 9 bytes modified

beta.r3js.org
-=yb4f310 2017-11-15 11:41:23 +01:00
parent ccb5fde126
commit 45817e3db8
1 changed files with 1 additions and 1 deletions

View File

@ -367,7 +367,7 @@ this.enemies = this.enemies.reduce(
}
enemy.mesh.materials[0].opacity -= 0.005;
enemy.mesh.materials[0].updateInstance();
enemy.mesh.materials[0].updateInstance('opacity');
}