mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-11-19 18:41:24 -05:00
misc: chore: Fix object creation in Vulkan project
This commit is contained in:
@@ -152,7 +152,7 @@ namespace Ryujinx.Graphics.Vulkan
|
||||
{
|
||||
_ranges = new List<Range>
|
||||
{
|
||||
new Range(offset, size)
|
||||
new(offset, size)
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user