ref: 0352af333bbf52f59cde973dfe489b8f57b98eef
parent: a40c3d7b1bd03c7937b25ca2d08ba4addb0bd041
author: Clownacy <[email protected]>
date: Fri Jan 17 06:08:36 EST 2020
Fix another typo
--- a/src/Backends/Rendering/OpenGL3.cpp
+++ b/src/Backends/Rendering/OpenGL3.cpp
@@ -368,8 +368,8 @@
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);