mirror of
https://github.com/MadeOfJelly/MushMachine.git
synced 2024-12-04 19:23:28 +01:00
fix aa causing gaps
This commit is contained in:
parent
597a98c3b5
commit
513ac12e30
@ -174,7 +174,8 @@ uniform sampler2D _tex0;
|
||||
|
||||
//in vec4 _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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user