diff --git a/JGE/lib/win/jge.lib b/JGE/lib/win/jge.lib index 74492c662..ab8be0949 100644 Binary files a/JGE/lib/win/jge.lib and b/JGE/lib/win/jge.lib differ diff --git a/JGE/src/hge/hgedistort.cpp b/JGE/src/hge/hgedistort.cpp index c1ea5daa1..3eccfc951 100644 --- a/JGE/src/hge/hgedistort.cpp +++ b/JGE/src/hge/hgedistort.cpp @@ -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) diff --git a/projects/mtg/template.vcproj b/projects/mtg/template.vcproj index cbd7c6134..28b4a3f4d 100644 --- a/projects/mtg/template.vcproj +++ b/projects/mtg/template.vcproj @@ -532,10 +532,6 @@ RelativePath=".\src\TextScroller.cpp" > - - @@ -881,10 +877,6 @@ RelativePath=".\include\TextScroller.h" > - -