Skip to content

Commit fbd5bf2

Browse files
committed
fix GL ScissorRectangle
fixes #2549
1 parent 4798ab5 commit fbd5bf2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Platforms/Graphics/.GL/ConcreteGraphicsContext.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ public override void Clear(ClearOptions options, Vector4 color, float depth, int
172172
GL.Disable(EnableCap.ScissorTest);
173173
GL.CheckGLError();
174174
_lastRasterizerState.ScissorTestEnable = false;
175+
_rasterizerStateDirty = true;
175176
}
176177

177178
ClearBufferMask bufferMask = 0;

0 commit comments

Comments
 (0)