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;