From 14f50ab31ce0f2332803ff747533a7e47f7a58d9 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Tue, 31 Oct 2017 17:39:34 +0000 Subject: [PATCH] Fixed CovertiScan reported uninitialized member variable --- src/osgText/Glyph.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/osgText/Glyph.cpp b/src/osgText/Glyph.cpp index 7c1dba18a..ed8c7120b 100644 --- a/src/osgText/Glyph.cpp +++ b/src/osgText/Glyph.cpp @@ -56,6 +56,7 @@ using namespace std; // GlyphTexture // GlyphTexture::GlyphTexture(): + _shaderTechnique(GREYSCALE), _usedY(0), _partUsedX(0), _partUsedY(0)