mirror of
https://github.com/libretro/RetroArch
synced 2025-04-07 13:23:32 +00:00
Fix typo.
This commit is contained in:
parent
b647e8186d
commit
b600e6e032
@ -353,7 +353,7 @@ static bool gl_glsl_compile_shader(glsl_shader_data_t *glsl,
|
|||||||
RARCH_LOG("[GL]: Using GLSL version %u.\n", version_no);
|
RARCH_LOG("[GL]: Using GLSL version %u.\n", version_no);
|
||||||
}
|
}
|
||||||
|
|
||||||
source[0]= version;
|
source[0] = version;
|
||||||
source[1] = define;
|
source[1] = define;
|
||||||
source[2] = glsl->glsl_alias_define;
|
source[2] = glsl->glsl_alias_define;
|
||||||
source[3] = program;
|
source[3] = program;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user