disable formatter for assertion

This commit is contained in:
jonschz 2024-07-28 17:29:54 +02:00
parent 0d11a2ff90
commit 5b191d9c9f

View File

@ -30,8 +30,10 @@ struct LegoUnknown100db7f4 : public LegoEdge {
p_point[2] = -m_unk0x28[2];
}
else {
// clang-format off
// FIXME: There is no * dereference in the original assertion
assert(p_f.IsEqual( *m_faceB ));
// clang-format on
p_point = m_unk0x28;
}