Revert "Crash fix"

This reverts commit ffa7938107.
This commit is contained in:
CJB 2016-03-29 08:17:30 +02:00
parent ffa7938107
commit ce260ef82d
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)
{