From 090b613ceab29e46fd6d1e423e09766098686c37 Mon Sep 17 00:00:00 2001 From: Mike Goslin Date: Thu, 5 Oct 2000 17:25:04 +0000 Subject: [PATCH] *** empty log message *** --- panda/src/gobj/LOD.I | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panda/src/gobj/LOD.I b/panda/src/gobj/LOD.I index a380884259..5571931e4d 100644 --- a/panda/src/gobj/LOD.I +++ b/panda/src/gobj/LOD.I @@ -56,7 +56,7 @@ in_range(float dist_squared) const { // Description: Scales the switching distances by the square root of // the indicated factor. //////////////////////////////////////////////////////////////////// -void LODSwitch:: +INLINE void LODSwitch:: rescale(float factor_squared) { _in *= factor_squared; _out *= factor_squared;