From Eric Wing, compile fixes.

This commit is contained in:
Robert Osfield
2005-11-15 21:47:24 +00:00
parent 4e580f46cf
commit 47fcfa4cc5
3 changed files with 3 additions and 3 deletions

View File

@@ -199,7 +199,7 @@ namespace osgParticle
inline void transformPositionVelocity(const osg::Matrix& xform);
/// Transform position and velocity vectors by a combination of two matrices
void Particle::transformPositionVelocity(const osg::Matrix& xform1, const osg::Matrix& xform2, float r);
void transformPositionVelocity(const osg::Matrix& xform1, const osg::Matrix& xform2, float r);
/// Set the angle vector.
inline void setAngle(const osg::Vec3& a);