Changed the ownership of Glyph's so that GlyphTexture's own a reference to
Glyph's as well as Font's so keeping the Font valid even after the Font itself has been desctructed.
This commit is contained in:
@@ -169,7 +169,7 @@ void OsgCameraGroup::setFusionDistance( osgUtil::SceneView::FusionDistanceMode m
|
||||
void OsgCameraGroup::advance()
|
||||
{
|
||||
if( !_initialized ) return;
|
||||
Producer::CameraGroup::advance();
|
||||
CameraGroup::advance();
|
||||
}
|
||||
|
||||
void OsgCameraGroup::realize( ThreadingModel thread_model)
|
||||
|
||||
Reference in New Issue
Block a user