Added setting of thread safe ref/unref.

This commit is contained in:
Robert Osfield
2007-08-22 09:43:24 +00:00
parent 57a18ff112
commit 94af61ed01

View File

@@ -26,7 +26,8 @@
using namespace std;
using namespace osg;
State::State()
State::State():
Referenced(true)
{
_graphicsContext = 0;
_contextID = 0;