This commit is contained in:
yangzhi 2020-02-21 17:57:31 +08:00 committed by Chris
parent 711845fc29
commit ba179033e0
1 changed files with 2 additions and 0 deletions

View File

@ -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);