don't add an off TextureAttrib by default

This commit is contained in:
David Rose 2005-10-06 04:04:04 +00:00
parent 2e465f8cc8
commit 0ba17bdb90

View File

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