place blocks
This commit is contained in:
@ -24,8 +24,5 @@ void main() {
|
||||
fragUV = uv;
|
||||
fragColor = color;
|
||||
gl_Position = projection * vec4(pos.xy, 0, 1);
|
||||
|
||||
if ((flags & FLAG_FLIP_Y) != 0)
|
||||
fragUV.y = 1 - fragUV.y;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user