From 07a0b94e5504b4aa4494af822780c4fdd21455b7 Mon Sep 17 00:00:00 2001 From: Zoryn Aaron Date: Mon, 28 Mar 2016 22:18:44 -0400 Subject: i dont even know why that was there --- StardewModdingAPI/Inheritance/SGame.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'StardewModdingAPI/Inheritance') diff --git a/StardewModdingAPI/Inheritance/SGame.cs b/StardewModdingAPI/Inheritance/SGame.cs index b306422a..42de205d 100644 --- a/StardewModdingAPI/Inheritance/SGame.cs +++ b/StardewModdingAPI/Inheritance/SGame.cs @@ -430,11 +430,11 @@ namespace StardewModdingAPI.Inheritance QueueDebugMessage("FPS: " + FramesPerSecond); UpdateEventCalls(); - if (ZoomLevelIsOne) + /*if (ZoomLevelIsOne) { options.zoomLevel = 0.99f; InvokeBasePrivateInstancedMethod("Window_ClientSizeChanged", null, null); - } + }*/ if (FramePressedKeys.Contains(Keys.F3)) { @@ -1107,7 +1107,7 @@ namespace StardewModdingAPI.Inheritance } } spriteBatch.End(); - base.Draw(gameTime); + //base.Draw(gameTime); spriteBatch.Begin(SpriteSortMode.FrontToBack, BlendState.AlphaBlend, SamplerState.PointClamp, null, null); if (eventUp && currentLocation.currentEvent != null) { -- cgit