From 11d0a86d40e86938d8ba5cc688be97ce18147e68 Mon Sep 17 00:00:00 2001 From: Mario Zechner Date: Tue, 29 Nov 2022 09:10:34 +0100 Subject: [PATCH] Formatting. --- spine-cpp/spine-cpp/src/spine/Skin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spine-cpp/spine-cpp/src/spine/Skin.cpp b/spine-cpp/spine-cpp/src/spine/Skin.cpp index 5f7a8a276..01dcbb2d9 100644 --- a/spine-cpp/spine-cpp/src/spine/Skin.cpp +++ b/spine-cpp/spine-cpp/src/spine/Skin.cpp @@ -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); } }