David Rose 21 лет назад
Родитель
Сommit
6aa586e0f0
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      panda/src/pgraph/texMatrixAttrib.I

+ 1 - 1
panda/src/pgraph/texMatrixAttrib.I

@@ -46,7 +46,7 @@ TexMatrixAttrib(const TexMatrixAttrib &copy) :
 //  Description: Builds the linear list of TextureStages if it needs
 //               to be built.
 ////////////////////////////////////////////////////////////////////
-void TexMatrixAttrib::
+INLINE void TexMatrixAttrib::
 check_stage_list() const {
   if (_stage_list_stale) {
     ((TexMatrixAttrib *)this)->rebuild_stage_list();