mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-25 23:29:55 -06:00
Whoops, that should be 1, not 2
This commit is contained in:

committed by
Rayyan Ansari

parent
e4927b94d2
commit
10044d53a4
@ -260,7 +260,7 @@ smooth in vec2 fTexcoord;
|
|||||||
flat in ivec3 fPolygonAttr;
|
flat in ivec3 fPolygonAttr;
|
||||||
|
|
||||||
layout (location = 0) out vec4 oColor;
|
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)
|
int TexcoordWrap(int c, int maxc, int mode)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user