This commit is contained in:
Christian Semmler 2024-12-05 16:16:35 -07:00
parent 9e46c6910f
commit d9333b83f2

View File

@ -79,9 +79,9 @@ struct LegoPathEdgeContainer : public list<LegoBoundaryEdge> {
}
// FUNCTION: BETA10 0x100bd660
void SetBit1(MxU32 p_bool)
void SetBit1(MxU32 p_set)
{
if (p_bool) {
if (p_set) {
m_flags |= c_bit1;
}
else {