From 0ba17bdb90d6babfb76c5cc4b50df1ba9044bf88 Mon Sep 17 00:00:00 2001 From: David Rose Date: Thu, 6 Oct 2005 04:04:04 +0000 Subject: [PATCH] don't add an off TextureAttrib by default --- panda/src/egg2pg/eggRenderState.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panda/src/egg2pg/eggRenderState.cxx b/panda/src/egg2pg/eggRenderState.cxx index dcc709d7de..9f25eff587 100644 --- a/panda/src/egg2pg/eggRenderState.cxx +++ b/panda/src/egg2pg/eggRenderState.cxx @@ -92,7 +92,7 @@ fill_state(EggPrimitive *egg_prim) { bin = render_mode->get_bin(); } - add_attrib(TextureAttrib::make_off()); + // add_attrib(TextureAttrib::make_off()); int num_textures = egg_prim->get_num_textures(); CPT(RenderAttrib) texture_attrib = NULL; CPT(RenderAttrib) tex_gen_attrib = NULL;