mirror of
https://github.com/MadeOfJelly/MushMachine.git
synced 2025-04-19 09:42:59 +02:00
fix aa causing gaps
This commit is contained in:
parent
597a98c3b5
commit
513ac12e30
@ -174,7 +174,8 @@ uniform sampler2D _tex0;
|
|||||||
|
|
||||||
//in vec4 _color;
|
//in vec4 _color;
|
||||||
uniform vec3 _ambient_color;
|
uniform vec3 _ambient_color;
|
||||||
in vec2 _tex_pos;
|
// centroid until i switch from atlas to array
|
||||||
|
centroid in vec2 _tex_pos;
|
||||||
|
|
||||||
out vec4 _out_color;
|
out vec4 _out_color;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user