mirror of https://github.com/axmolengine/axmol.git
Merge pull request #49 from lvlonggame/v3
have two GL_UNSIGNED_INT delete one
This commit is contained in:
commit
79398f99c9
|
@ -792,10 +792,6 @@ GLenum Bundle3D::parseGLType(const std::string& str)
|
|||
{
|
||||
return GL_UNSIGNED_INT;
|
||||
}
|
||||
else if (str == "GL_UNSIGNED_INT")
|
||||
{
|
||||
return GL_UNSIGNED_INT;
|
||||
}
|
||||
else if (str == "GL_FLOAT")
|
||||
{
|
||||
return GL_FLOAT;
|
||||
|
|
Loading…
Reference in New Issue