oops, forgot to make sure the gl program is actually free'd.

This commit is contained in:
Shawn Hoffman 2011-12-26 10:27:18 -05:00 committed by Sonicadvance1
commit 108722bed0
2 changed files with 4 additions and 0 deletions

View file

@ -100,6 +100,7 @@ public:
void FreeProgram()
{
delete [] binary;
binary = NULL;
}
GLint Size()