Refactored the mutex usage in osgText and freetype plugin to prevent multi-thread crash
This commit is contained in:
@@ -111,9 +111,6 @@ public:
|
||||
virtual void setThreadSafeRefUnref(bool threadSafe);
|
||||
|
||||
typedef OpenThreads::Mutex Font3DMutex;
|
||||
|
||||
/** Get the mutex that enables the serialization of calls to this font.*/
|
||||
static Font3DMutex* getSerializeFontCallsMutex();
|
||||
|
||||
protected:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user