Comma and spelling mistake
This commit is contained in:
parent
00706815b5
commit
d2d082f2b2
1 changed files with 1 additions and 1 deletions
|
@ -280,7 +280,7 @@ namespace Ryujinx.Graphics.Gal.OpenGL
|
||||||
|
|
||||||
if (New.ScissorTestEnabled[Index])
|
if (New.ScissorTestEnabled[Index])
|
||||||
{
|
{
|
||||||
// If there is only 1 scissor test geometry shaders are disables so the scissor test applies to all viewports
|
// If there is only 1 scissor test, geometry shaders are disabled so the scissor test applies to all viewports
|
||||||
if (New.ScissorTestCount == 1)
|
if (New.ScissorTestCount == 1)
|
||||||
{
|
{
|
||||||
GL.Enable(EnableCap.ScissorTest);
|
GL.Enable(EnableCap.ScissorTest);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue