From 6ff8d368e6d26f14da0310c4cb693dfe6bebda94 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Fri, 10 Apr 2015 06:29:27 +0200 Subject: [PATCH] (gl.c) Cleanup --- gfx/drivers/gl.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gfx/drivers/gl.c b/gfx/drivers/gl.c index 0ef8393189..0f74248517 100644 --- a/gfx/drivers/gl.c +++ b/gfx/drivers/gl.c @@ -1715,11 +1715,11 @@ static void gl_free_overlay(gl_t *gl) free(gl->overlay_vertex_coord); free(gl->overlay_tex_coord); free(gl->overlay_color_coord); - gl->overlay_tex = NULL; + gl->overlay_tex = NULL; gl->overlay_vertex_coord = NULL; - gl->overlay_tex_coord = NULL; - gl->overlay_color_coord = NULL; - gl->overlays = 0; + gl->overlay_tex_coord = NULL; + gl->overlay_color_coord = NULL; + gl->overlays = 0; } #endif