Disabled the MemoryManager in all builds since it isn't yet thread safe.
This commit is contained in:
@@ -46,6 +46,12 @@
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#include <osg/MemoryManager>
|
||||
//#include <osg/MemoryManager>
|
||||
//#include <new>
|
||||
//#include <stdlib.h>
|
||||
#define osgNew new
|
||||
#define osgDelete delete
|
||||
#define osgFree free
|
||||
#define osgMalloc malloc
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user