From 3ff54b53a174216ba6c5c78eaac4b7c7b45494a8 Mon Sep 17 00:00:00 2001 From: raven02 Date: Mon, 29 Jul 2013 16:54:09 +0800 Subject: [PATCH] TransformPipeline : Set case 3 as default #1 --- GPU/GLES/TransformPipeline.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GPU/GLES/TransformPipeline.cpp b/GPU/GLES/TransformPipeline.cpp index 1938c00954..d964bfaa13 100644 --- a/GPU/GLES/TransformPipeline.cpp +++ b/GPU/GLES/TransformPipeline.cpp @@ -719,7 +719,7 @@ void TransformDrawEngine::SoftwareTransformAndDraw( uv[2] = 1.0f; } break; - case 3: + default: // Illegal break; }