mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-05-09 23:05:47 +00:00
misc: chore: Fix object creation in Avalonia project
This commit is contained in:
@@ -103,7 +103,7 @@ namespace Ryujinx.Ava.UI.Views.User
|
||||
|
||||
SKBitmap resizedBitmap = bitmap.Resize(new SKImageInfo(256, 256), SKFilterQuality.High);
|
||||
|
||||
using MemoryStream streamJpg = new MemoryStream();
|
||||
using MemoryStream streamJpg = new();
|
||||
|
||||
if (resizedBitmap != null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user