mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-08-02 11:27:11 +02:00
misc: chore: Fix object creation in Vulkan project
This commit is contained in:
parent
eae6dba610
commit
5f023ca49b
37 changed files with 172 additions and 172 deletions
|
@ -220,7 +220,7 @@ namespace Ryujinx.Graphics.Vulkan
|
|||
|
||||
public BitMapStruct<T> Union(BitMapStruct<T> other)
|
||||
{
|
||||
BitMapStruct<T> result = new BitMapStruct<T>();
|
||||
BitMapStruct<T> result = new();
|
||||
|
||||
ref T masks = ref _masks;
|
||||
ref T otherMasks = ref other._masks;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue