From 7fcf288a5b83b00e37536c9f0c2eb2b3d41013aa Mon Sep 17 00:00:00 2001 From: Jarcode Date: Tue, 27 Aug 2019 00:18:29 -0700 Subject: [PATCH] unflip bars by default --- shaders/glava/bars.glsl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shaders/glava/bars.glsl b/shaders/glava/bars.glsl index 980a1a2..6ff84c2 100644 --- a/shaders/glava/bars.glsl +++ b/shaders/glava/bars.glsl @@ -25,7 +25,7 @@ /* Whether to switch left/right audio buffers */ #define INVERT 0 /* Whether to flip the output vertically */ -#define FLIP 1 +#define FLIP 0 /* Whether to mirror output along `Y = X`, causing output to render on the left side of the window */ /* Use with `FLIP 1` to render on the right side */ #define MIRROR_YX 0