mirror of
https://github.com/isledecomp/isle.git
synced 2024-11-25 17:18:16 -05:00
Update legobackgroundcolor.cpp
This commit is contained in:
parent
6879f30e79
commit
3c8add2f19
1 changed files with 2 additions and 2 deletions
|
@ -8,8 +8,8 @@ const char *reset = "reset";
|
|||
// OFFSET: LEGO1 0x1003bfb0
|
||||
LegoBackgroundColor::LegoBackgroundColor(const char *name, const char *colorString)
|
||||
{
|
||||
this->m_name.operator=(name);
|
||||
this->m_name.ToUpperCase();
|
||||
m_name = name;
|
||||
m_name.ToUpperCase();
|
||||
SetColorString(colorString);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue