[ts] Ported d77e1fbc53ba809b255db7ceda26f2c1f6c74739

This commit is contained in:
badlogic 2016-12-15 14:54:28 +01:00
parent 757b0e5172
commit 75e9b49d0c
13 changed files with 13 additions and 6 deletions

View File

@ -3556,6 +3556,7 @@ var spine;
Skeleton.prototype.updateCache = function () {
var updateCache = this._updateCache;
updateCache.length = 0;
this.updateCacheReset.length = 0;
var bones = this.bones;
for (var i = 0, n = bones.length; i < n; i++)
bones[i].sorted = false;

File diff suppressed because one or more lines are too long

View File

@ -3556,6 +3556,7 @@ var spine;
Skeleton.prototype.updateCache = function () {
var updateCache = this._updateCache;
updateCache.length = 0;
this.updateCacheReset.length = 0;
var bones = this.bones;
for (var i = 0, n = bones.length; i < n; i++)
bones[i].sorted = false;

File diff suppressed because one or more lines are too long

View File

@ -3313,6 +3313,7 @@ var spine;
Skeleton.prototype.updateCache = function () {
var updateCache = this._updateCache;
updateCache.length = 0;
this.updateCacheReset.length = 0;
var bones = this.bones;
for (var i = 0, n = bones.length; i < n; i++)
bones[i].sorted = false;

File diff suppressed because one or more lines are too long

View File

@ -3313,6 +3313,7 @@ var spine;
Skeleton.prototype.updateCache = function () {
var updateCache = this._updateCache;
updateCache.length = 0;
this.updateCacheReset.length = 0;
var bones = this.bones;
for (var i = 0, n = bones.length; i < n; i++)
bones[i].sorted = false;

File diff suppressed because one or more lines are too long

View File

@ -3313,6 +3313,7 @@ var spine;
Skeleton.prototype.updateCache = function () {
var updateCache = this._updateCache;
updateCache.length = 0;
this.updateCacheReset.length = 0;
var bones = this.bones;
for (var i = 0, n = bones.length; i < n; i++)
bones[i].sorted = false;

File diff suppressed because one or more lines are too long

View File

@ -3313,6 +3313,7 @@ var spine;
Skeleton.prototype.updateCache = function () {
var updateCache = this._updateCache;
updateCache.length = 0;
this.updateCacheReset.length = 0;
var bones = this.bones;
for (var i = 0, n = bones.length; i < n; i++)
bones[i].sorted = false;

File diff suppressed because one or more lines are too long

View File

@ -98,6 +98,7 @@ module spine {
updateCache () {
let updateCache = this._updateCache;
updateCache.length = 0;
this.updateCacheReset.length = 0;
let bones = this.bones;
for (let i = 0, n = bones.length; i < n; i++)