Browse Source

*** empty log message ***

Mike Goslin 25 years ago
parent
commit
090b613cea
1 changed files with 1 additions and 1 deletions
  1. 1 1
      panda/src/gobj/LOD.I

+ 1 - 1
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;