diff --git a/gfx/drivers/gl_shaders/modern_pipeline_xmb_ribbon.glsl.vert.h b/gfx/drivers/gl_shaders/modern_pipeline_xmb_ribbon.glsl.vert.h index 2bb46681b6..33774c26d7 100644 --- a/gfx/drivers/gl_shaders/modern_pipeline_xmb_ribbon.glsl.vert.h +++ b/gfx/drivers/gl_shaders/modern_pipeline_xmb_ribbon.glsl.vert.h @@ -36,7 +36,7 @@ static const char *stock_vertex_xmb_modern = GLSL( { vec3 pos = VertexCoord; pos.y = height( pos ); - gl_Position = vec4(pos, 0.0, 1.0); + gl_Position = vec4(pos, 1.0); fragVertexEc =pos; } );