mirror of
https://github.com/photonstorm/phaser
synced 2024-11-22 04:33:31 +00:00
The Spine Game Object will no longer set the default skin name to be 'default', it will leave the name empty. Fix #4764
This commit is contained in:
parent
af53cf6a02
commit
5d75a4a7da
1 changed files with 1 additions and 1 deletions
|
@ -514,7 +514,7 @@ var SpineGameObject = new Class({
|
||||||
|
|
||||||
var skeleton = data.skeleton;
|
var skeleton = data.skeleton;
|
||||||
|
|
||||||
skeleton.setSkinByName('default');
|
skeleton.setSkinByName();
|
||||||
skeleton.setToSetupPose();
|
skeleton.setToSetupPose();
|
||||||
|
|
||||||
this.skeleton = skeleton;
|
this.skeleton = skeleton;
|
||||||
|
|
Loading…
Reference in a new issue