mirror of
https://github.com/libretro/RetroArch
synced 2025-03-30 07:20:36 +00:00
glsl: don't clear the shader source
This commit is contained in:
parent
572c1ea2d3
commit
6de4384350
@ -539,8 +539,6 @@ static bool gl_glsl_compile_programs(
|
||||
return false;
|
||||
}
|
||||
|
||||
*pass->source.path = '\0';
|
||||
|
||||
vertex = pass->source.string.vertex;
|
||||
fragment = pass->source.string.fragment;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user