mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-13 02:28:44 +08:00
Simplified SkeletonData ToString in csharp runtime
This commit is contained in:
parent
59513b4afa
commit
e6b98cd179
@ -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