mirror of
https://github.com/RetroDECK/Supermodel.git
synced 2024-11-22 05:45:38 +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");
|
||||
Util::WriteSurfaceToBMP<Util::A1RGB5>("textures.bmp", reinterpret_cast<uint8_t *>(textureRAM), 2048, 2048, false);
|
||||
#endif
|
||||
Util::WriteSurfaceToBMP<Util::A1RGB5>("textures.bmp", reinterpret_cast<uint8_t *>(textureRAM), 2048, 2048, false);
|
||||
|
||||
Render3D = NULL;
|
||||
if (memoryPool != NULL)
|
||||
|
|
Loading…
Reference in a new issue