Changed return type to unsigned int to make it more compatible with serialization
This commit is contained in:
parent
949aca196d
commit
39317acd42
@ -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.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user