Formatting.

This commit is contained in:
Mario Zechner 2022-11-29 09:10:34 +01:00
parent d525e42479
commit 11d0a86d40

View File

@ -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);
}
}