|
@@ -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);
|