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
+1 -1
View File
@@ -99,7 +99,7 @@ public:
private: private:
static osg::Vec3 gravity; static osg::Vec3 gravity;
static osg::Vec3 wind; static osg::Vec3 wind;
const SGPropertyNode* modelRoot; SGConstPropertyNode_ptr modelRoot;
static SGConstPropertyNode_ptr enabledNode; static SGConstPropertyNode_ptr enabledNode;
static bool enabled; static bool enabled;
}; };