Removed commented-out code

This commit is contained in:
Richard Davey 2019-09-27 13:44:12 +01:00
parent 850d46bde3
commit 4462c98b89

View file

@ -1555,8 +1555,6 @@ var SpineGameObject = new Class({
this.state.update((delta / 1000) * this.timeScale);
this.state.apply(skeleton);
// this.emit('spine.update', skeleton);
},
/**