mirror of https://github.com/axmolengine/axmol.git
remove gl_fixed
This commit is contained in:
parent
b0f5ce36ff
commit
8b482fdfcd
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue