osgText: fixed thread-safety issues in Glyph and Font
This commit is contained in:
@@ -126,6 +126,8 @@ protected:
|
||||
|
||||
typedef std::vector< osg::ref_ptr<TextureInfo> > TextureInfoList;
|
||||
TextureInfoList _textureInfoList;
|
||||
|
||||
mutable OpenThreads::Mutex _textureInfoListMutex;
|
||||
};
|
||||
|
||||
class OSGTEXT_EXPORT GlyphGeometry : public osg::Referenced
|
||||
|
||||
Reference in New Issue
Block a user