diff --git a/Ryujinx.Graphics/Gal/OpenGL/OGLPipeline.cs b/Ryujinx.Graphics/Gal/OpenGL/OGLPipeline.cs index 55f6da8316..deccd890f7 100644 --- a/Ryujinx.Graphics/Gal/OpenGL/OGLPipeline.cs +++ b/Ryujinx.Graphics/Gal/OpenGL/OGLPipeline.cs @@ -280,7 +280,7 @@ namespace Ryujinx.Graphics.Gal.OpenGL 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) { GL.Enable(EnableCap.ScissorTest);