mirror of
https://github.com/isledecomp/isle.git
synced 2025-02-16 19:50:15 -05:00
Update mxbackgroundcolor.cpp
This commit is contained in:
parent
710c1dd5ea
commit
a919eeb7f4
1 changed files with 6 additions and 5 deletions
|
@ -4,8 +4,9 @@
|
|||
// OFFSET: LEGO1 0x1003bec0
|
||||
MxBackgroundColor::~MxBackgroundColor()
|
||||
{
|
||||
m_colorString.~MxString();
|
||||
m_name.~MxString();
|
||||
|
||||
delete &m_colorString;
|
||||
delete &m_name;
|
||||
}
|
||||
|
||||
// OFFSET: LEGO1 0x1003bea0
|
||||
|
|
Loading…
Reference in a new issue