mirror of
https://github.com/RetroDECK/Supermodel.git
synced 2024-11-25 23:25:40 +00:00
Remove debug code
This commit is contained in:
parent
79ddc8c739
commit
2af0787279
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue