Changed return type to unsigned int to make it more compatible with serialization

This commit is contained in:
Robert Osfield 2016-06-25 12:35:34 +01:00
parent 949aca196d
commit 39317acd42

View File

@ -56,7 +56,7 @@ class OSG_EXPORT BufferIndexBinding : public StateAttribute
/** Get the index target.
*/
GLuint getIndex() const { return _index; }
unsigned int getIndex() const { return _index; }
/** Set the buffer object that will be bound to the index target.
*/