mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-14 02:58:44 +08:00
Merge pull request #95 from nikibobi/patch-1
Simplified SkeletonData ToString in csharp runtime
This commit is contained in:
commit
33d2881c5d
@ -129,7 +129,7 @@ namespace Spine {
|
||||
// ---
|
||||
|
||||
override public String ToString () {
|
||||
return Name != null ? Name : base.ToString();
|
||||
return Name ?? base.ToString();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user