Browse Source

Fixed switch warning.

NathanSweet 11 years ago
parent
commit
634e7a3469
1 changed files with 1 additions and 0 deletions
  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) {