diff options
author | Markus Sauermann <6299227+Sauermann@users.noreply.github.com> | 2022-11-22 19:46:54 +0100 |
---|---|---|
committer | Markus Sauermann <6299227+Sauermann@users.noreply.github.com> | 2022-11-22 19:46:54 +0100 |
commit | 75d56f4201469eb9eeecadb990f62f3f71dbc784 (patch) | |
tree | 1405727781ea5584f867aa768c37a0aa7ca72a92 /core/math/transform_2d.h | |
parent | 0aba659891f5947d9b55ce7c70aa4d7209369717 (diff) |
Fix parameters for hash_murmur3_one_32
In multiple locations in the codebase hash_murmur3_one_32 is used for
generating hash values.
Whenever a sequence of multiple hash-calculation happens within a single
function, the previous hash value is always used as input in the following
hash-calculations. The only exception is get_cache_multipass, where currently the previous
hash value is overridden without utilizing it.
This patch corrects that.
Diffstat (limited to 'core/math/transform_2d.h')
0 files changed, 0 insertions, 0 deletions