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 d158387d37..24dd85f647 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 @@ -37,6 +37,6 @@ static const char *stock_vertex_xmb_modern = GLSL( vec3 pos = VertexCoord; pos.y = height( pos ); gl_Position = vec4(pos, 0.0, 1.0); - fragVertexEc =VertexCoord; + fragVertexEc =pos; } );