From ce95f911fed40814633ad157195aa58a2f23fc11 Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Mon, 16 Oct 2023 10:14:04 -0400 Subject: [PATCH] Update comment --- LEGO1/mxregion.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/LEGO1/mxregion.h b/LEGO1/mxregion.h index 23bfa3b1..f68139a0 100644 --- a/LEGO1/mxregion.h +++ b/LEGO1/mxregion.h @@ -22,9 +22,7 @@ class MxRegion : public MxCore private: // A container (probably MxList) holding MxRect32 - // MxList *m_rects; - // 4 coordinates (could be MxRect32) - // MxS32 left, top, right, bottom; + // MxList *m_rects; undefined4 m_unk08; MxRect32 m_rect; };