mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-20 17:26:01 +08:00
Formatting.
This commit is contained in:
parent
d525e42479
commit
11d0a86d40
@ -164,7 +164,7 @@ void Skin::addSkin(Skin *other) {
|
||||
AttachmentMap::Entries entries = other->getAttachments();
|
||||
while (entries.hasNext()) {
|
||||
AttachmentMap::Entry &entry = entries.next();
|
||||
entry._attachment->reference();
|
||||
entry._attachment->reference();
|
||||
setAttachment(entry._slotIndex, entry._name, entry._attachment);
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user