From 10b6f7aa472143e2965ef8555540238b7c4ffecf Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Thu, 19 Jan 2017 15:56:17 +0000 Subject: [PATCH] Fixed indentation of comment --- src/osg/Texture2D.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osg/Texture2D.cpp b/src/osg/Texture2D.cpp index 5cb0a459e..d73cebc37 100644 --- a/src/osg/Texture2D.cpp +++ b/src/osg/Texture2D.cpp @@ -313,7 +313,7 @@ void Texture2D::apply(State& state) const glBindTexture( GL_TEXTURE_2D, 0 ); } - // if texture object is now valid and we have to allocate mipmap levels, then + // if texture object is now valid and we have to allocate mipmap levels, then if (textureObject != 0 && _texMipmapGenerationDirtyList[contextID]) { generateMipmap(state);