This commit is contained in:
twinaphex 2016-06-17 02:25:27 +02:00
parent 39742dae1f
commit 7e822f8126

View File

@ -2059,6 +2059,7 @@ static bool glsm_state_ctx_destroy(void *data)
if (gl_state.bind_textures.ids)
free(gl_state.bind_textures.ids);
gl_state.bind_textures.ids = NULL;
return true;
}
static bool glsm_state_ctx_init(void *data)