Merge pull request #49 from lvlonggame/v3

have two GL_UNSIGNED_INT delete one
This commit is contained in:
XiaoYang 2014-07-08 12:18:33 +08:00
commit 79398f99c9
1 changed files with 0 additions and 4 deletions

View File

@ -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;