Przeglądaj źródła

fix decl inconsistency

cxgeorge 24 lat temu
rodzic
commit
1b3d989afc
1 zmienionych plików z 1 dodań i 1 usunięć
  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
 //               debugging mode where the culling effectiveness can be
 //               observed from a third-person perspective.
 //               observed from a third-person perspective.
 ////////////////////////////////////////////////////////////////////
 ////////////////////////////////////////////////////////////////////
-void DisplayRegion::
+INLINE void DisplayRegion::
 set_cull_frustum(ProjectionNode *cull_frustum) {
 set_cull_frustum(ProjectionNode *cull_frustum) {
   _cull_frustum = cull_frustum;
   _cull_frustum = cull_frustum;
 }
 }