Address feedback

This commit is contained in:
ReinUsesLisp 2018-08-16 00:53:05 -03:00 committed by GitHub
parent bb70af2fa5
commit 4795d2a43b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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);
}
}
}
}