mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-26 22:49:01 +08:00
Fixed switch warning.
This commit is contained in:
parent
6e162a2fe7
commit
634e7a3469
@ -204,6 +204,7 @@ void SkeletonRenderer::drawSkeleton (const Mat4 &transform, bool transformUpdate
|
|||||||
a = attachment->a;
|
a = attachment->a;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
default: ;
|
||||||
}
|
}
|
||||||
if (texture) {
|
if (texture) {
|
||||||
if (slot->data->additiveBlending != additive) {
|
if (slot->data->additiveBlending != additive) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user