From 4e530a19386b634011182be3dd040925e812972c Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Wed, 25 Jun 2014 09:58:49 +0000 Subject: [PATCH] changed debug message to use OSG_DEBUG git-svn-id: http://svn.openscenegraph.org/osg/OpenSceneGraph/trunk@14276 16af8721-9629-0410-8352-f15c8da7e697 --- src/osg/Texture.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osg/Texture.cpp b/src/osg/Texture.cpp index 66c924bb5..7ce8db4c0 100644 --- a/src/osg/Texture.cpp +++ b/src/osg/Texture.cpp @@ -2962,7 +2962,7 @@ Texture::Extensions::Extensions(unsigned int contextID) else _isTextureStorageEnabled = true; } - OSG_NOTICE<<"_isTextureStorageEnabled = "<<_isTextureStorageEnabled<