remove gl_fixed

This commit is contained in:
yangxiao 2014-07-08 11:02:00 +08:00
parent b0f5ce36ff
commit 8b482fdfcd
1 changed files with 0 additions and 4 deletions

View File

@ -800,10 +800,6 @@ GLenum Bundle3D::parseGLType(const std::string& str)
{
return GL_FLOAT;
}
else if (str == "GL_FIXED")
{
return GL_FIXED;
}
else
{
CCASSERT(false, "Wrong GL type");