remove ui key mix
This commit is contained in:
parent
f2316869e2
commit
051f166663
@ -25,8 +25,7 @@ UI_Key UI_KeyFromString(String str)
|
||||
{
|
||||
u64 top_tag = UI_UseTop(Tag);
|
||||
UI_Key key = ZI;
|
||||
key.hash = RandU64FromSeeds(key.hash, top_tag);
|
||||
key.hash = HashFnv64(key.hash, str);
|
||||
key.hash = HashFnv64(top_tag, str);
|
||||
return key;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user