d_place_name match

This commit is contained in:
Jasper St. Pierre
2023-10-15 21:47:24 -07:00
parent 09c4a4dfc7
commit 9ba5237ac0
5 changed files with 115 additions and 39 deletions
+3 -2
View File
@@ -12,8 +12,9 @@ public:
J2DScreen(J2DPane* parent, bool visible, u32 tag, const JGeometry::TBox2<f32>& bounds)
: J2DPane(parent, visible, tag, bounds)
, mColor()
, mbClipToParent(false)
{}
{
mbClipToParent = false;
}
virtual ~J2DScreen();
virtual u16 getTypeID() { return 0x08; }