TransformPipeline : Set case 3 as default #1

This commit is contained in:
raven02 2013-07-29 16:54:09 +08:00
parent ba458bf421
commit 3ff54b53a1

View File

@ -719,7 +719,7 @@ void TransformDrawEngine::SoftwareTransformAndDraw(
uv[2] = 1.0f;
}
break;
case 3:
default:
// Illegal
break;
}