A compile fix to the new Texture subload changes.
This commit is contained in:
@@ -373,8 +373,8 @@ class SG_EXPORT Texture : public StateAttribute
|
||||
mutable unsigned int _textureWidth, _textureHeight;
|
||||
|
||||
SubloadMode _subloadMode;
|
||||
unsigned GLint _subloadOffsX, _subloadOffsY;
|
||||
unsigned GLsizei _subloadWidth, _subloadHeight;
|
||||
GLint _subloadOffsX, _subloadOffsY;
|
||||
GLsizei _subloadWidth, _subloadHeight;
|
||||
|
||||
// static cache of deleted display lists which can only
|
||||
// by completely deleted once the appropriate OpenGL context
|
||||
|
||||
Reference in New Issue
Block a user