Whoops, that should be 1, not 2

This commit is contained in:
WaluigiWare64 2021-04-25 17:56:59 +00:00 committed by Rayyan Ansari
parent e4927b94d2
commit 10044d53a4
1 changed files with 1 additions and 1 deletions

View File

@ -260,7 +260,7 @@ smooth in vec2 fTexcoord;
flat in ivec3 fPolygonAttr;
layout (location = 0) out vec4 oColor;
layout (location = 2) out vec4 oAttr;
layout (location = 1) out vec4 oAttr;
int TexcoordWrap(int c, int maxc, int mode)
{