Warning fixes from Gideon May.

This commit is contained in:
Robert Osfield
2003-07-23 11:45:37 +00:00
parent 246a5828de
commit 2ce08d8088
6 changed files with 7 additions and 11 deletions

View File

@@ -27,7 +27,7 @@ osgParticle::FluidFrictionOperator::FluidFrictionOperator(const FluidFrictionOpe
{
}
void osgParticle::FluidFrictionOperator::operate(Particle *P, double dt)
void osgParticle::FluidFrictionOperator::operate(Particle *P, double)
{
float r = (ovr_rad_ > 0)? ovr_rad_ : P->getRadius();
osg::Vec3 v = P->getVelocity();