Added mutexes to ParticleProcessor and ParticleSystemUpdater to improve the thread safety of osgParticle
This commit is contained in:
@@ -171,6 +171,8 @@ namespace osgParticle
|
||||
//added- 1/17/06- bgandere@nps.edu
|
||||
//a var to keep from doing multiple updates
|
||||
int _frameNumber;
|
||||
|
||||
OpenThreads::Mutex _cullUpdatelMutex;
|
||||
};
|
||||
|
||||
// INLINE FUNCTIONS
|
||||
|
||||
Reference in New Issue
Block a user