From f01972731f7bc3b18bed8e909307e8993bc27394 Mon Sep 17 00:00:00 2001 From: David Rose Date: Fri, 23 Feb 2001 21:25:39 +0000 Subject: [PATCH] *** empty log message *** --- panda/src/egg/eggNode.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panda/src/egg/eggNode.cxx b/panda/src/egg/eggNode.cxx index 6bd168eb09..0172c6c937 100644 --- a/panda/src/egg/eggNode.cxx +++ b/panda/src/egg/eggNode.cxx @@ -20,7 +20,7 @@ TypeHandle EggNode::_type_handle; // vertices that reference them, and then removes the // texture matrices from the textures themselves. //////////////////////////////////////////////////////////////////// -INLINE void EggNode:: +void EggNode:: apply_texmats() { EggTextureCollection textures; textures.find_used_textures(this);