free resources on app destruction
This commit is contained in:
@@ -14,7 +14,9 @@ RTT::RTT()
|
||||
|
||||
RTT::~RTT()
|
||||
{
|
||||
destroy();
|
||||
//destroy();
|
||||
if (texID || rboID || fboID)
|
||||
LOG("RTT not destroyed");
|
||||
}
|
||||
|
||||
void RTT::resize(int width, int height)
|
||||
|
||||
Reference in New Issue
Block a user