bug fix according to @CJBok on 07a0b94
This commit is contained in:
parent
d952f83643
commit
56bc5b8ba0
|
@ -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
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue