Fix formatting.

This commit is contained in:
Mario Zechner 2022-01-23 22:27:23 +01:00
parent 463938b50c
commit 1cbe69d733
2 changed files with 6 additions and 7 deletions

View File

@ -922,8 +922,7 @@ namespace spine {
if (attachmentRTTI.isExactly(RegionAttachment::rtti)) {
if (static_cast<RegionAttachment *>(attachment)->getColor().a == 0)
return true;
}
else if (attachmentRTTI.isExactly(MeshAttachment::rtti)) {
} else if (attachmentRTTI.isExactly(MeshAttachment::rtti)) {
if (static_cast<MeshAttachment *>(attachment)->getColor().a == 0)
return true;
}