Make this WriteLine in FrameBufferResized conditional on DEBUG
This commit is contained in:
parent
5689d69bfb
commit
af2f460356
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue