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));
|
||||
}
|
||||
cache.Set(hash, bitmap, options);
|
||||
return bitmap;
|
||||
return cache.Set(hash, bitmap, options);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue