From 4795d2a43badfd290a8a2c792ab9aa49892ab382 Mon Sep 17 00:00:00 2001 From: ReinUsesLisp Date: Thu, 16 Aug 2018 00:53:05 -0300 Subject: [PATCH] Address feedback --- Ryujinx.Graphics/Gal/Shader/GlslDecl.cs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Ryujinx.Graphics/Gal/Shader/GlslDecl.cs b/Ryujinx.Graphics/Gal/Shader/GlslDecl.cs index 5d44080b6a..ccc59e0489 100644 --- a/Ryujinx.Graphics/Gal/Shader/GlslDecl.cs +++ b/Ryujinx.Graphics/Gal/Shader/GlslDecl.cs @@ -259,8 +259,7 @@ namespace Ryujinx.Graphics.Gal.Shader Abuf.Offs == PointCoordAttrY || Abuf.Offs == VertexIdAttr || Abuf.Offs == InstanceIdAttr || - Abuf.Offs == FaceAttr - ) + Abuf.Offs == FaceAttr) { break; } @@ -352,4 +351,4 @@ namespace Ryujinx.Graphics.Gal.Shader return Decls.ContainsKey(Index); } } -} \ No newline at end of file +}