Ove Kåven: Fix property refcounting for particles

This commit is contained in:
ThorstenB
2011-08-01 19:47:19 +02:00
parent 55fc86741b
commit 8ed9e01c63

View File

@@ -99,7 +99,7 @@ public:
private:
static osg::Vec3 gravity;
static osg::Vec3 wind;
const SGPropertyNode* modelRoot;
SGConstPropertyNode_ptr modelRoot;
static SGConstPropertyNode_ptr enabledNode;
static bool enabled;
};