Fix another typo

This commit is contained in:
Clownacy 2020-01-17 11:08:36 +00:00
parent a40c3d7b1b
commit 0352af333b

View file

@ -368,8 +368,8 @@ Backend_Surface* Backend_Init(SDL_Window *p_window)
if (program_glyph_normal != 0)
glDeleteProgram(program_glyph_normal);
if (program_texture_colour_key != 0)
glDeleteProgram(program_texture_colour_key);
if (program_colour_fill != 0)
glDeleteProgram(program_colour_fill);
if (program_texture_colour_key != 0)
glDeleteProgram(program_texture_colour_key);