Update
This commit is contained in:
parent
f60306b232
commit
fc62f7afaa
|
@ -460,9 +460,8 @@ static bool gl_glsl_compile_programs(
|
||||||
if (!pass)
|
if (!pass)
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
/* If we load from GLSLP (CGP),
|
/* If we load from GLSLP (preset),
|
||||||
* load the file here, and pretend
|
* load the file here.
|
||||||
* we were really using XML all along.
|
|
||||||
*/
|
*/
|
||||||
if ( !string_is_empty(pass->source.path)
|
if ( !string_is_empty(pass->source.path)
|
||||||
&& !gl_glsl_load_source_path(pass, pass->source.path))
|
&& !gl_glsl_load_source_path(pass, pass->source.path))
|
||||||
|
|
Loading…
Reference in New Issue