From 5b191d9c9fcba2d39b42bf1af24b03f444319362 Mon Sep 17 00:00:00 2001 From: jonschz Date: Sun, 28 Jul 2024 17:29:54 +0200 Subject: [PATCH] disable formatter for assertion --- LEGO1/lego/sources/geom/legounkown100db7f4.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/LEGO1/lego/sources/geom/legounkown100db7f4.h b/LEGO1/lego/sources/geom/legounkown100db7f4.h index 55fb1d22..68f4c9f2 100644 --- a/LEGO1/lego/sources/geom/legounkown100db7f4.h +++ b/LEGO1/lego/sources/geom/legounkown100db7f4.h @@ -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; }