From 951255c013559a22e6063c41c124eb259b97dd0a Mon Sep 17 00:00:00 2001 From: LAX1DUDE Date: Tue, 1 Nov 2022 01:05:39 -0700 Subject: [PATCH] petty whitespace fix --- lwjgl-rundir/resources/glsl/core.glsl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lwjgl-rundir/resources/glsl/core.glsl b/lwjgl-rundir/resources/glsl/core.glsl index 963417e..a4378d9 100644 --- a/lwjgl-rundir/resources/glsl/core.glsl +++ b/lwjgl-rundir/resources/glsl/core.glsl @@ -164,7 +164,7 @@ void main(){ vec2 uv = (matrix_t * vec4(v_texture0, 0.0, 1.0)).xy; /* https://bugs.chromium.org/p/angleproject/issues/detail?id=4994 */ - uv = ((uv * anisotropic_fix) - fract(uv * anisotropic_fix) + 0.5) / anisotropic_fix; + uv = ((uv * anisotropic_fix) - fract(uv * anisotropic_fix) + 0.5) / anisotropic_fix; vec4 texColor = texture(tex0, uv); #else