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
d16ba90856
commit
3a85bd9e25
|
@ -616,8 +616,6 @@ void CNew3D::DescendCullingNode(UINT32 addr)
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
printf("scale %x %f\n", node[1], Util::Uint32AsFloat(node[1]));
|
|
||||||
|
|
||||||
// Extract known fields
|
// Extract known fields
|
||||||
nodeType = (NodeType)(node[0x00] & 3);
|
nodeType = (NodeType)(node[0x00] & 3);
|
||||||
child1Ptr = node[0x07 - m_offset] & 0x7FFFFFF; // mask colour table bits
|
child1Ptr = node[0x07 - m_offset] & 0x7FFFFFF; // mask colour table bits
|
||||||
|
|
Loading…
Reference in a new issue