- hge distortion leak fix

- windows project update to take into account Jecks changes
This commit is contained in:
wagic.the.homebrew@gmail.com
2009-09-03 11:00:21 +00:00
parent f220d2e9b9
commit e004bd3939
3 changed files with 1 additions and 9 deletions

Binary file not shown.

View File

@@ -66,7 +66,7 @@ hgeDistortionMesh::hgeDistortionMesh(const hgeDistortionMesh &dm)
hgeDistortionMesh::~hgeDistortionMesh()
{
delete[] disp_array;
//hge->Release();
SAFE_DELETE(quad);
}
hgeDistortionMesh& hgeDistortionMesh::operator= (const hgeDistortionMesh &dm)