fix whitespace
This commit is contained in:
parent
9359d5976f
commit
208d43d109
1 changed files with 2 additions and 2 deletions
|
@ -181,7 +181,7 @@ namespace Ryujinx.HLE.HOS.Applets.SoftwareKeyboard
|
|||
if (newHeight != 0 && newWidth != 0)
|
||||
{
|
||||
var resized = bitmap.Resize(new SKImageInfo(newWidth, newHeight), SKFilterQuality.High);
|
||||
if(resized != null)
|
||||
if (resized != null)
|
||||
{
|
||||
bitmap.Dispose();
|
||||
bitmap = resized;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue