render update
This commit is contained in:
@@ -6,9 +6,12 @@ out vec4 color;
|
||||
|
||||
uniform sampler2D text;
|
||||
|
||||
float osize = 1.0;
|
||||
|
||||
void main()
|
||||
{
|
||||
float lettera = texture(text,TexCoords).r;
|
||||
|
||||
|
||||
// color = vec4(1.f, 1.f, 1.f, texture(text, TexCoords).r);
|
||||
if (lettera <= 0.1f)
|
||||
|
||||
Reference in New Issue
Block a user