No need to return bitmap here.
This commit is contained in:
parent
89930ba959
commit
db4fbb46b8
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue