Update: CC - Demo New - Entity Loaded (tuby5lj4di.js) 88 bytes modified

beta.r3js.org
-=yb4f310 2018-02-16 12:45:21 +01:00
parent a0f221e2d5
commit f67a2101dc
1 changed files with 3 additions and 0 deletions

View File

@ -242,6 +242,9 @@ GameLib.CustomCode.prototype.updateAttributeArrays = function(alpha) {
) )
); );
this.offsetAttribute.needsUpdate = true;
this.scaleAttribute.needsUpdate = true;
} }
}.bind(this); }.bind(this);