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;
|
||||
|
@ -600,7 +600,7 @@ namespace Ryujinx.HLE.HOS.Applets.SoftwareKeyboard
|
|||
return;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
_bufferData = buffer;
|
||||
|
||||
Debug.Assert(buffer.Length == _surfaceInfo.Size);
|
||||
|
|
Loading…
Add table
Reference in a new issue