mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-26 22:49:01 +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 {
|
set {
|
||||||
int index;
|
int index;
|
||||||
if (dictionary.TryGetValue(key, out index)) {
|
if (dictionary.TryGetValue(key, out index)) {
|
||||||
|
keys[index] = key;
|
||||||
values[index] = value;
|
values[index] = value;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user