Remove code that is no longer necessary
This commit is contained in:
parent
59c57ad2cd
commit
f39c707bf9
1 changed files with 1 additions and 2 deletions
|
@ -384,8 +384,7 @@ namespace Ryujinx.Ava
|
|||
canvas.SetMatrix(matrix);
|
||||
canvas.DrawBitmap(bitmap, SKPoint.Empty);
|
||||
|
||||
SaveBitmapAsPng(bitmapToSave ?? bitmap, path);
|
||||
bitmapToSave?.Dispose();
|
||||
SaveBitmapAsPng(bitmapToSave, path);
|
||||
|
||||
Logger.Notice.Print(LogClass.Application, $"Screenshot saved to {path}", "Screenshot");
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue