From fc62f7afaa02dbe2b362bc19a79c0dfb2d53d2d5 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sat, 15 Jun 2019 09:58:34 +0200 Subject: [PATCH] Update --- gfx/drivers_shader/shader_glsl.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/gfx/drivers_shader/shader_glsl.c b/gfx/drivers_shader/shader_glsl.c index dcebde16cf..e282582b9f 100644 --- a/gfx/drivers_shader/shader_glsl.c +++ b/gfx/drivers_shader/shader_glsl.c @@ -460,9 +460,8 @@ static bool gl_glsl_compile_programs( if (!pass) continue; - /* If we load from GLSLP (CGP), - * load the file here, and pretend - * we were really using XML all along. + /* If we load from GLSLP (preset), + * load the file here. */ if ( !string_is_empty(pass->source.path) && !gl_glsl_load_source_path(pass, pass->source.path))