No need to return bitmap here.

This commit is contained in:
sunshineinabox 2024-03-17 00:16:38 -07:00
commit db4fbb46b8

View file

@ -37,8 +37,7 @@ namespace Ryujinx.Ava.UI.Helpers
{ {
bitmap = bitmap.CreateScaledBitmap(new PixelSize(256, 256)); bitmap = bitmap.CreateScaledBitmap(new PixelSize(256, 256));
} }
cache.Set(hash, bitmap, options); return cache.Set(hash, bitmap, options);
return bitmap;
} }
else else
{ {