From ba179033e05b1e92a13eaf694d8751665a4f60ac Mon Sep 17 00:00:00 2001 From: yangzhi <@4F!xZpJwly&KbWq> Date: Fri, 21 Feb 2020 17:57:31 +0800 Subject: [PATCH] Bug fix --- src/SMAPI/Framework/SGame.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/SMAPI/Framework/SGame.cs b/src/SMAPI/Framework/SGame.cs index 9095e752..452b2140 100644 --- a/src/SMAPI/Framework/SGame.cs +++ b/src/SMAPI/Framework/SGame.cs @@ -1240,7 +1240,9 @@ namespace StardewModdingAPI.Framework { events.Rendering.RaiseEmpty(); DrawLoadingDotDotDot.Invoke(gameTime); + SpriteBatchBegin.Invoke(NativeZoomLevel); events.Rendered.RaiseEmpty(); + _spriteBatchEnd.Invoke(); this.drawOverlays(spriteBatch); this.renderScreenBufferTargetScreen(target_screen);