add zlib/minizip so we can load compressed data (github/git is bad in handling large binary files)

This commit is contained in:
Erwin Coumans
2014-02-04 13:39:55 -08:00
parent e4e2cb0d39
commit 94db38358c
38 changed files with 18842 additions and 2 deletions

View File

@@ -22,8 +22,10 @@ b3LauncherCL::~b3LauncherCL()
{
for (int i=0;i<m_arrays.size();i++)
{
clReleaseMemObject(m_arrays[i]->getBufferCL());
delete (m_arrays[i]);
}
m_arrays.clear();
if (gDebugLauncherCL)
{
static int counter = 0;