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

beta.r3js.org
-=yb4f310 2018-02-16 13:06:54 +01:00
parent bdb652d940
commit 068a0dfecf
1 changed files with 6 additions and 6 deletions

View File

@ -152,17 +152,17 @@ GameLib.CustomCode.prototype.generateAnimationVectors = function(attributeData)
console.warn('animation not ready');
}
var i;
var i, index0, index1, index2, itemSize;
itemSize = this.offsetAttribute.itemSize;
this.updateInformation = [];
var index0 = this.offsetAttribute.itemSize * i;
var index1 = index0 + 1;
var index2 = index1 + 1;
for (i = 0; i < this.offsetAttribute.count; i++) {
index0 = itemSize * i;
index1 = index0 + 1;
index2 = index1 + 1;
this.updateInformation.push(
{