fix typo
This commit is contained in:
parent
280747c037
commit
43fd64463b
2 changed files with 2 additions and 2 deletions
|
@ -143,7 +143,7 @@ static void ogl_build_programs()
|
|||
}
|
||||
else if (g_ddraw->bpp == 16 && g_ddraw->rgb555)
|
||||
{
|
||||
g_ogl.main_program = oglu_build_program(PASSTHROUGH_VERT_SHADER, RBG555_FRAG_SHADER, core_profile);
|
||||
g_ogl.main_program = oglu_build_program(PASSTHROUGH_VERT_SHADER, RGB555_FRAG_SHADER, core_profile);
|
||||
}
|
||||
else if (g_ddraw->bpp == 16 || g_ddraw->bpp == 32)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue