mirror of
https://github.com/RetroDECK/Supermodel.git
synced 2025-03-06 14:27:44 +00:00
debug code should be disabled
This commit is contained in:
parent
bf4d725970
commit
b8da2d6064
|
@ -1056,7 +1056,6 @@ CReal3D::~CReal3D(void)
|
||||||
printf("unable to dump %s\n", "texram");
|
printf("unable to dump %s\n", "texram");
|
||||||
Util::WriteSurfaceToBMP<Util::A1RGB5>("textures.bmp", reinterpret_cast<uint8_t *>(textureRAM), 2048, 2048, false);
|
Util::WriteSurfaceToBMP<Util::A1RGB5>("textures.bmp", reinterpret_cast<uint8_t *>(textureRAM), 2048, 2048, false);
|
||||||
#endif
|
#endif
|
||||||
Util::WriteSurfaceToBMP<Util::A1RGB5>("textures.bmp", reinterpret_cast<uint8_t *>(textureRAM), 2048, 2048, false);
|
|
||||||
|
|
||||||
Render3D = NULL;
|
Render3D = NULL;
|
||||||
if (memoryPool != NULL)
|
if (memoryPool != NULL)
|
||||||
|
|
Loading…
Reference in a new issue