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

beta.r3js.org
-=yb4f310 2018-02-16 13:05:00 +01:00
parent 9333648023
commit bdb652d940
1 changed files with 2 additions and 2 deletions

View File

@ -157,8 +157,8 @@ GameLib.CustomCode.prototype.generateAnimationVectors = function(attributeData)
this.updateInformation = [];
var index0 = this.offsetAttribute.itemSize * i;
var index1 = index + 1;
var index2 = index + 2;
var index1 = index0 + 1;
var index2 = index1 + 1;
for (i = 0; i < this.offsetAttribute.count; i++) {