Update comment

This commit is contained in:
Christian Semmler 2023-10-16 10:14:04 -04:00
parent f90f3277aa
commit ce95f911fe

View File

@ -22,9 +22,7 @@ class MxRegion : public MxCore
private:
// A container (probably MxList) holding MxRect32
// MxList<MxRect32> *m_rects;
// 4 coordinates (could be MxRect32)
// MxS32 left, top, right, bottom;
// MxList<MxRect32*> *m_rects;
undefined4 m_unk08;
MxRect32 m_rect;
};