Crash fix
This commit is contained in:
parent
d952f83643
commit
ffa7938107
|
@ -962,7 +962,7 @@ namespace StardewModdingAPI.Inheritance
|
|||
}
|
||||
}
|
||||
spriteBatch.End();
|
||||
GraphicsDevice.SetRenderTarget(!ZoomLevelIsOne ? null : Screen);
|
||||
GraphicsDevice.SetRenderTarget(ZoomLevelIsOne ? null : Screen);
|
||||
}
|
||||
if (bloomDay)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue