summaryrefslogtreecommitdiffstats
path: root/video/out/gl_video_shaders.glsl
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/gl_video_shaders.glsl')
-rw-r--r--video/out/gl_video_shaders.glsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/out/gl_video_shaders.glsl b/video/out/gl_video_shaders.glsl
index 937673b0c3..2cbce5b71e 100644
--- a/video/out/gl_video_shaders.glsl
+++ b/video/out/gl_video_shaders.glsl
@@ -161,7 +161,7 @@ in vec2 texcoord;
DECLARE_FRAGPARMS
void main() {
- out_color = texture(texture0, texcoord);
+ out_color = texture(texture0, texcoord).bgra;
}
#!section frag_video