From 3e5c491f54f482fa2a162c6651023a1189e74be2 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Mon, 12 Jul 2004 13:13:58 +0000 Subject: [PATCH] Added debugging message, currently commented out. --- src/osg/Texture.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/osg/Texture.cpp b/src/osg/Texture.cpp index b44a330e8..c6891711f 100644 --- a/src/osg/Texture.cpp +++ b/src/osg/Texture.cpp @@ -421,6 +421,8 @@ void Texture::computeInternalFormatWithImage(const osg::Image& image) const } _internalFormat = internalFormat; + + //osg::notify(osg::NOTICE)<<"Internal format="<