From 94be5a86511e3f716fee86ff53f73ed640af9cb3 Mon Sep 17 00:00:00 2001 From: Brad Miller Date: Tue, 6 Sep 2016 15:58:37 +1000 Subject: [PATCH] Update modern_pipeline_xmb_ribbon.glsl.vert.h nit --- gfx/drivers/gl_shaders/modern_pipeline_xmb_ribbon.glsl.vert.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 24dd85f647..2bb46681b6 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 @@ -22,7 +22,7 @@ static const char *stock_vertex_xmb_modern = GLSL( mix( iqhash(n+170.0), iqhash(n+171.0),f.x),f.y),f.z); } - float height( const in vec3 pos ) + float height(vec3 pos ) { const float twoPi = 2.0 * 3.14159; float k = twoPi / 20.0;