Compile/Warnings fixes.

This commit is contained in:
Robert Osfield
2003-08-21 14:26:40 +00:00
parent e46d1cf941
commit 02561a96c7
3 changed files with 40 additions and 30 deletions

View File

@@ -542,7 +542,7 @@ Geometry::AttributeBinding Geometry::getBinding(AttributeType type) const
#endif
void Geometry::setVertexAttribArray(unsigned int index,bool normalize,Array* array,AttributeBinding ab)
void Geometry::setVertexAttribArray(unsigned int index,GLboolean normalize,Array* array,AttributeBinding ab)
{
if (_vertexAttribList.size()<=index)
{