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))