*** empty log message ***

This commit is contained in:
Darren Ranalli 2001-01-29 23:28:31 +00:00
parent 5b1e6e3be2
commit 48f06cc90a

View File

@ -38,7 +38,7 @@ set_force_center(const LPoint3f& p) {
// Access : public
// Description : falloff_type query
////////////////////////////////////////////////////////////////////
INLINE FalloffType LinearDistanceForce::
INLINE LinearDistanceForce::FalloffType LinearDistanceForce::
get_falloff_type(void) const {
return _falloff;
}