mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-24 08:41:16 +00:00
disable formatter for assertion
This commit is contained in:
parent
0d11a2ff90
commit
5b191d9c9f
@ -30,8 +30,10 @@ struct LegoUnknown100db7f4 : public LegoEdge {
|
|||||||
p_point[2] = -m_unk0x28[2];
|
p_point[2] = -m_unk0x28[2];
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
// clang-format off
|
||||||
// FIXME: There is no * dereference in the original assertion
|
// FIXME: There is no * dereference in the original assertion
|
||||||
assert(p_f.IsEqual( *m_faceB ));
|
assert(p_f.IsEqual( *m_faceB ));
|
||||||
|
// clang-format on
|
||||||
p_point = m_unk0x28;
|
p_point = m_unk0x28;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user