This commit is contained in:
Zoryn Aaron 2016-03-27 06:47:13 -04:00
parent a387d024f0
commit fac89e4c26
1 changed files with 3 additions and 0 deletions

View File

@ -426,7 +426,10 @@ namespace StardewModdingAPI.Inheritance
UpdateEventCalls(); UpdateEventCalls();
if (ZoomLevelIsOne) if (ZoomLevelIsOne)
{
options.zoomLevel = 0.99f; options.zoomLevel = 0.99f;
InvokeBasePrivateInstancedMethod("Window_ClientSizeChanged", null, null);
}
if (FramePressedKeys.Contains(Keys.F3)) if (FramePressedKeys.Contains(Keys.F3))
{ {