Ver Fonte

Fixed switch warning.

NathanSweet há 11 anos atrás
pai
commit
634e7a3469
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      spine-cocos2dx/3.1/src/spine/SkeletonRenderer.cpp

+ 1 - 0
spine-cocos2dx/3.1/src/spine/SkeletonRenderer.cpp

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