From 2c4bb15bb68c192dbf212c40160ba8c7b50b4eec Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Fri, 21 Nov 2008 12:31:28 +0000 Subject: [PATCH] Updated wrappers --- src/osgWrappers/osgParticle/ParticleSystemUpdater.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/osgWrappers/osgParticle/ParticleSystemUpdater.cpp b/src/osgWrappers/osgParticle/ParticleSystemUpdater.cpp index a38ff333b..2cfb2e7d3 100644 --- a/src/osgWrappers/osgParticle/ParticleSystemUpdater.cpp +++ b/src/osgWrappers/osgParticle/ParticleSystemUpdater.cpp @@ -66,27 +66,27 @@ BEGIN_OBJECT_REFLECTOR(osgParticle::ParticleSystemUpdater) "Visitor Pattern : calls the apply method of a NodeVisitor with this node's type. ", ""); I_Method1(bool, addParticleSystem, IN, osgParticle::ParticleSystem *, ps, - Properties::NON_VIRTUAL, + Properties::VIRTUAL, __bool__addParticleSystem__ParticleSystem_P1, "Add a particle system to the list. ", ""); I_Method1(bool, removeParticleSystem, IN, osgParticle::ParticleSystem *, ps, - Properties::NON_VIRTUAL, + Properties::VIRTUAL, __bool__removeParticleSystem__ParticleSystem_P1, "Remove a particle system from the list (by pointer). ", ""); I_MethodWithDefaults2(bool, removeParticleSystem, IN, unsigned int, i, , IN, unsigned int, numParticleSystemsToRemove, 1, - Properties::NON_VIRTUAL, + Properties::VIRTUAL, __bool__removeParticleSystem__unsigned_int__unsigned_int, "Remove a particle system(s) from the list (by index). ", ""); I_Method2(bool, replaceParticleSystem, IN, osgParticle::ParticleSystem *, origPS, IN, osgParticle::ParticleSystem *, newPS, - Properties::NON_VIRTUAL, + Properties::VIRTUAL, __bool__replaceParticleSystem__ParticleSystem_P1__ParticleSystem_P1, "Replace ParticleSystem with another ParticleSystem. ", ""); I_Method2(bool, setParticleSystem, IN, unsigned int, i, IN, osgParticle::ParticleSystem *, ps, - Properties::NON_VIRTUAL, + Properties::VIRTUAL, __bool__setParticleSystem__unsigned_int__ParticleSystem_P1, "set a particle system by index. ", "");