a
This commit is contained in:
@@ -5,5 +5,5 @@ in vec2 texCoord;
|
||||
in flat uint metadata;
|
||||
out vec4 colour;
|
||||
void main() {
|
||||
colour = texture(tex, texCoord);
|
||||
colour = texture(tex, texCoord);//*(metadata&1);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user