Remove extra line

This commit is contained in:
gdkchan 2020-03-28 19:29:28 -03:00
commit df3960a05b

View file

@ -69,7 +69,6 @@ namespace Ryujinx.Graphics.OpenGL
GL.EnableVertexAttribArray(attribIndex); GL.EnableVertexAttribArray(attribIndex);
} }
int offset = attrib.Offset; int offset = attrib.Offset;
int size = fmtInfo.Components; int size = fmtInfo.Components;