bug fix
This commit is contained in:
parent
a387d024f0
commit
fac89e4c26
|
@ -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))
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue