mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-13 16:27:47 +00:00
video_core: Address feedback
This commit is contained in:
parent
8ef8fd8188
commit
568d9a2a7b
4 changed files with 16 additions and 13 deletions
|
@ -63,7 +63,7 @@ public:
|
|||
}
|
||||
|
||||
u32 GetHash() const {
|
||||
return (static_cast<u32>(stage) << 16) | GetIndex();
|
||||
return (static_cast<u32>(stage) << 16) | static_cast<u32>(GetIndex());
|
||||
}
|
||||
|
||||
private:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue