parent
ffa7938107
commit
ce260ef82d
|
@ -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)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue