Properly deinit Cg.

This commit is contained in:
Themaister 2011-03-29 19:18:06 +02:00
parent d3eed4f8c4
commit 4878a283ed

View File

@ -100,6 +100,7 @@ void gl_cg_deinit(void)
{
if (cg_active)
cgDestroyContext(cgCtx);
cg_active = false;
}
bool gl_cg_init(const char *path)