mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-29 17:19:50 -06:00
misc: chore: Fix object creation in Vulkan project
This commit is contained in:
@ -89,7 +89,7 @@ namespace Ryujinx.Graphics.Vulkan
|
||||
_data = new byte[data.Length];
|
||||
data.CopyTo(_data);
|
||||
|
||||
HashCode hc = new HashCode();
|
||||
HashCode hc = new();
|
||||
hc.AddBytes(data);
|
||||
_hash = hc.ToHashCode();
|
||||
}
|
||||
|
Reference in New Issue
Block a user