Remove debug code

This commit is contained in:
Ian Curtis 2023-10-17 17:33:26 +01:00
parent 79ddc8c739
commit 2af0787279

View file

@ -853,10 +853,6 @@ void CNew3D::RenderViewport(UINT32 addr)
return;
}
if (addr == 0x800244) {
int debug = 0;
}
// Translate address and obtain pointer
const uint32_t *vpnode = TranslateCullingAddress(addr);