From 8dc21c8caea5232301b5610de412e189b91d052a Mon Sep 17 00:00:00 2001 From: David Rose Date: Sun, 30 Oct 2011 21:45:12 +0000 Subject: [PATCH] fix hashmap crash --- panda/src/pgraph/textureAttrib.cxx | 1 - 1 file changed, 1 deletion(-) diff --git a/panda/src/pgraph/textureAttrib.cxx b/panda/src/pgraph/textureAttrib.cxx index 2cdc0d2103..d6db6534b1 100644 --- a/panda/src/pgraph/textureAttrib.cxx +++ b/panda/src/pgraph/textureAttrib.cxx @@ -585,7 +585,6 @@ get_hash_impl() const { hash = pointer_hash::add_hash(hash, sn._stage); hash = pointer_hash::add_hash(hash, sn._texture); - hash = int_hash::add_hash(hash, sn._ff_tc_index); hash = int_hash::add_hash(hash, (int)sn._implicit_sort); hash = int_hash::add_hash(hash, sn._override); }