Crash fix

This commit is contained in:
CJB 2016-03-29 08:11:32 +02:00
parent d952f83643
commit ffa7938107
1 changed files with 1 additions and 1 deletions

View File

@ -962,7 +962,7 @@ namespace StardewModdingAPI.Inheritance
}
}
spriteBatch.End();
GraphicsDevice.SetRenderTarget(!ZoomLevelIsOne ? null : Screen);
GraphicsDevice.SetRenderTarget(ZoomLevelIsOne ? null : Screen);
}
if (bloomDay)
{