Properly deinit Cg.
This commit is contained in:
parent
d3eed4f8c4
commit
4878a283ed
|
@ -100,6 +100,7 @@ void gl_cg_deinit(void)
|
|||
{
|
||||
if (cg_active)
|
||||
cgDestroyContext(cgCtx);
|
||||
cg_active = false;
|
||||
}
|
||||
|
||||
bool gl_cg_init(const char *path)
|
||||
|
|
Loading…
Reference in New Issue