fix typo in interlace shader

introduced by recent 8adec78ca5
This commit is contained in:
2017-05-19 11:08:49 -04:00
parent 648f2a61ad
commit ef3c255457

View File

@@ -4,7 +4,7 @@
#define INTERLACE_COLUMN 1
#define INTERLACE_CHECKERBOARD 2
:n vec2 texCoord_interp;
in vec2 texCoord_interp;
out vec4 fragColor;
uniform int interlace_id;