mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 08:44:19 -04:00
fix hashmap crash
This commit is contained in:
parent
05bd74a80e
commit
8dc21c8cae
@ -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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user