From d2d082f2b22bfc77fd8a7df0ebc3d966521ac329 Mon Sep 17 00:00:00 2001 From: Andy Adshead Date: Fri, 1 Feb 2019 01:17:06 +0000 Subject: [PATCH] Comma and spelling mistake --- Ryujinx.Graphics/Gal/OpenGL/OGLPipeline.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);