bug fix according to @CJBok on 07a0b94

This commit is contained in:
Zoryn Aaron 2016-03-29 06:23:42 -04:00
parent d952f83643
commit 56bc5b8ba0
1 changed files with 2 additions and 2 deletions

View File

@ -962,7 +962,7 @@ namespace StardewModdingAPI.Inheritance
} }
} }
spriteBatch.End(); spriteBatch.End();
GraphicsDevice.SetRenderTarget(!ZoomLevelIsOne ? null : Screen); GraphicsDevice.SetRenderTarget(ZoomLevelIsOne ? null : Screen);
} }
if (bloomDay) if (bloomDay)
{ {
@ -1158,7 +1158,7 @@ namespace StardewModdingAPI.Inheritance
spriteBatch.End(); spriteBatch.End();
base.Draw(gameTime); //base.Draw(gameTime);
/*try /*try
{ {