Make this WriteLine in FrameBufferResized conditional on DEBUG

This commit is contained in:
YoshiRulz 2020-05-24 14:01:09 +10:00
parent 5689d69bfb
commit af2f460356
No known key found for this signature in database
GPG Key ID: C4DE31C245353FB7
1 changed files with 1 additions and 1 deletions

View File

@ -1087,7 +1087,7 @@ namespace BizHawk.Client.EmuHawk
}
}
Console.WriteLine($"Selecting display size {lastComputedSize}");
Debug.WriteLine($"Selecting display size {lastComputedSize}");
// Change size
Size = new Size(lastComputedSize.Width + borderWidth, lastComputedSize.Height + borderHeight);