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

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