Fixed more uninitialized variables and two potential memory leaks.
This commit is contained in:
@@ -28,6 +28,7 @@ FTGLTextureFont::FTGLTextureFont()
|
||||
glyphWidth(0),
|
||||
padding(1)
|
||||
{
|
||||
|
||||
glContextTextureID.resize(osg::DisplaySettings::instance()->getMaxNumberOfGraphicsContexts(),0);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user