Release v0.15.12.0
This commit is contained in:
@@ -174,7 +174,7 @@ namespace Barotrauma
|
||||
if (BlendState != null)
|
||||
{
|
||||
spriteBatch.End();
|
||||
spriteBatch.Begin(blendState: BlendState, samplerState: GUI.SamplerState);
|
||||
spriteBatch.Begin(blendState: BlendState, samplerState: GUI.SamplerState, rasterizerState: GameMain.ScissorTestEnable);
|
||||
}
|
||||
|
||||
if (style != null)
|
||||
|
||||
Reference in New Issue
Block a user