changed debug message to use OSG_DEBUG
git-svn-id: http://svn.openscenegraph.org/osg/OpenSceneGraph/trunk@14276 16af8721-9629-0410-8352-f15c8da7e697
This commit is contained in:
parent
d22f62396c
commit
4e530a1938
@ -2962,7 +2962,7 @@ Texture::Extensions::Extensions(unsigned int contextID)
|
||||
else _isTextureStorageEnabled = true;
|
||||
}
|
||||
|
||||
OSG_NOTICE<<"_isTextureStorageEnabled = "<<_isTextureStorageEnabled<<std::endl;
|
||||
OSG_DEBUG<<"Texture::Extensions::Extensionts() _isTextureStorageEnabled = "<<_isTextureStorageEnabled<<std::endl;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user