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