From b8da2d6064133dcb74b2bc4559829815f9cacd19 Mon Sep 17 00:00:00 2001 From: Ian Curtis Date: Mon, 22 Oct 2018 21:59:01 +0000 Subject: [PATCH] debug code should be disabled --- Src/Model3/Real3D.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Src/Model3/Real3D.cpp b/Src/Model3/Real3D.cpp index 86519d6..9e19592 100644 --- a/Src/Model3/Real3D.cpp +++ b/Src/Model3/Real3D.cpp @@ -1056,7 +1056,6 @@ CReal3D::~CReal3D(void) printf("unable to dump %s\n", "texram"); Util::WriteSurfaceToBMP("textures.bmp", reinterpret_cast(textureRAM), 2048, 2048, false); #endif -Util::WriteSurfaceToBMP("textures.bmp", reinterpret_cast(textureRAM), 2048, 2048, false); Render3D = NULL; if (memoryPool != NULL)