Update: CC - Snake FS - Entity Loaded (21g30t1e75.js) 78 bytes modified

beta.r3js.org
-=yb4f310 2018-03-24 12:46:31 +01:00
parent cf11a460ca
commit 23a52db0fe
1 changed files with 3 additions and 0 deletions

View File

@ -1249,6 +1249,9 @@ GameLib.CustomCode.prototype.restore = function() {
clone.mesh.rotation.z += ((Math.PI / 2) * clone.flip);
clone.mesh.updateInstance('rotation');
clone.mesh.visible = true;
clone.mesh.updateInstance('visible');
} else {
clone.mesh.visible = true;
clone.mesh.updateInstance('visible');