Ove Kåven: Fix property refcounting for particles

This commit is contained in:
ThorstenB 2011-08-01 19:47:19 +02:00
parent a2249becba
commit 6edfacbf4e

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;
};