This commit is contained in:
Maurício Gomes 2016-03-28 23:48:37 -03:00
parent d681cfd54d
commit 950754c253
1 changed files with 4 additions and 4 deletions

View File

@ -1254,9 +1254,6 @@ namespace StardewModdingAPI.Inheritance
GraphicsEvents.InvokeOnPostRenderEvent(null, EventArgs.Empty);
spriteBatch.End();
GraphicsEvents.InvokeDrawTick();
GraphicsEvents.InvokeDrawInRenderTargetTick();
if (!ZoomLevelIsOne)
{
GraphicsDevice.SetRenderTarget(null);
@ -1266,6 +1263,9 @@ namespace StardewModdingAPI.Inheritance
spriteBatch.End();
}
GraphicsEvents.InvokeDrawTick();
GraphicsEvents.InvokeDrawInRenderTargetTick();
#endregion
}
else