mirror of
https://github.com/RetroDECK/Supermodel.git
synced 2025-03-06 14:27:44 +00:00
Remove debug code
This commit is contained in:
parent
79ddc8c739
commit
2af0787279
|
@ -853,10 +853,6 @@ void CNew3D::RenderViewport(UINT32 addr)
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (addr == 0x800244) {
|
|
||||||
int debug = 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
// Translate address and obtain pointer
|
// Translate address and obtain pointer
|
||||||
const uint32_t *vpnode = TranslateCullingAddress(addr);
|
const uint32_t *vpnode = TranslateCullingAddress(addr);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue