Ove Kåven: Fix property refcounting for particles
This commit is contained in:
@@ -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;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user