Fixed switch warning.

This commit is contained in:
NathanSweet 2014-05-29 20:36:58 +02:00
parent 6e162a2fe7
commit 634e7a3469

View File

@ -204,6 +204,7 @@ void SkeletonRenderer::drawSkeleton (const Mat4 &transform, bool transformUpdate
a = attachment->a;
break;
}
default: ;
}
if (texture) {
if (slot->data->additiveBlending != additive) {