mirror of
https://github.com/RetroDECK/Supermodel.git
synced 2024-11-22 05:45:38 +00:00
remove debug code
This commit is contained in:
parent
d16ba90856
commit
3a85bd9e25
|
@ -616,8 +616,6 @@ void CNew3D::DescendCullingNode(UINT32 addr)
|
|||
return;
|
||||
}
|
||||
|
||||
printf("scale %x %f\n", node[1], Util::Uint32AsFloat(node[1]));
|
||||
|
||||
// Extract known fields
|
||||
nodeType = (NodeType)(node[0x00] & 3);
|
||||
child1Ptr = node[0x07 - m_offset] & 0x7FFFFFF; // mask colour table bits
|
||||
|
|
Loading…
Reference in a new issue