Skip to content

Commit 854001a

Browse files
committed
1 parent dbeffe4 commit 854001a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OpenSR/data/shaders/source/distant_faded_icon_ps.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ void main() {
44
float rad = length(uv - vec2(0.5));
55
if(rad > 0.33)
66
discard;
7-
gl_FragColor = vec4(gl_Color.rgb, (1.0 - max((rad - 0.28) / 0.05, 0)) * gl_Color.a);
7+
gl_FragColor = vec4(gl_Color.rgb, (1.0 - max((rad - 0.28) / 0.05, 0.0)) * gl_Color.a);
88
}

0 commit comments

Comments
 (0)