Browse Source

fix decl inconsistency

cxgeorge 24 years ago
parent
commit
1b3d989afc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      panda/src/display/displayRegion.I

+ 1 - 1
panda/src/display/displayRegion.I

@@ -66,7 +66,7 @@ get_camera() const {
 //               debugging mode where the culling effectiveness can be
 //               observed from a third-person perspective.
 ////////////////////////////////////////////////////////////////////
-void DisplayRegion::
+INLINE void DisplayRegion::
 set_cull_frustum(ProjectionNode *cull_frustum) {
   _cull_frustum = cull_frustum;
 }