mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-09 08:38:43 +08:00
[csharp] Fixed an error in Skin where Skin.setAttachment() did not work as expected on 3.8 branch (See #1485).
This commit is contained in:
parent
237b33d82f
commit
1802f7319a
@ -277,6 +277,7 @@ namespace Spine.Collections
|
||||
set {
|
||||
int index;
|
||||
if (dictionary.TryGetValue(key, out index)) {
|
||||
keys[index] = key;
|
||||
values[index] = value;
|
||||
}
|
||||
else {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user