Ver Fonte

*** empty log message ***

David Rose há 25 anos atrás
pai
commit
f01972731f
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      panda/src/egg/eggNode.cxx

+ 1 - 1
panda/src/egg/eggNode.cxx

@@ -20,7 +20,7 @@ TypeHandle EggNode::_type_handle;
 //               vertices that reference them, and then removes the
 //               vertices that reference them, and then removes the
 //               texture matrices from the textures themselves.
 //               texture matrices from the textures themselves.
 ////////////////////////////////////////////////////////////////////
 ////////////////////////////////////////////////////////////////////
-INLINE void EggNode::
+void EggNode::
 apply_texmats() {
 apply_texmats() {
   EggTextureCollection textures;
   EggTextureCollection textures;
   textures.find_used_textures(this);
   textures.find_used_textures(this);