Fixed unitialized variables

This commit is contained in:
Robert Osfield
2016-06-23 16:32:02 +01:00
parent 5c9b66a48d
commit 07137f4111
2 changed files with 3 additions and 1 deletions

View File

@@ -434,7 +434,6 @@ class OSG_EXPORT GLExtensions : public osg::Referenced
bool isShadowAmbientSupported;
bool isTextureMaxLevelSupported;
GLint maxTextureSize;
bool _isTextureStorageEnabled;
bool isClientStorageSupported;
bool isTextureIntegerEXTSupported;
bool isTextureStorageEnabled;