mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-21 09:46:02 +08:00
Fix formatting.
This commit is contained in:
parent
463938b50c
commit
1cbe69d733
@ -922,8 +922,7 @@ namespace spine {
|
|||||||
if (attachmentRTTI.isExactly(RegionAttachment::rtti)) {
|
if (attachmentRTTI.isExactly(RegionAttachment::rtti)) {
|
||||||
if (static_cast<RegionAttachment *>(attachment)->getColor().a == 0)
|
if (static_cast<RegionAttachment *>(attachment)->getColor().a == 0)
|
||||||
return true;
|
return true;
|
||||||
}
|
} else if (attachmentRTTI.isExactly(MeshAttachment::rtti)) {
|
||||||
else if (attachmentRTTI.isExactly(MeshAttachment::rtti)) {
|
|
||||||
if (static_cast<MeshAttachment *>(attachment)->getColor().a == 0)
|
if (static_cast<MeshAttachment *>(attachment)->getColor().a == 0)
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user