Fix memory leak. See stepmania-devs.
This commit is contained in:
@@ -61,7 +61,7 @@ struct WheelItemBaseData
|
|||||||
{
|
{
|
||||||
WheelItemBaseData() {}
|
WheelItemBaseData() {}
|
||||||
WheelItemBaseData( WheelItemType wit, RString sText, RageColor color );
|
WheelItemBaseData( WheelItemType wit, RString sText, RageColor color );
|
||||||
|
virtual ~WheelItemBaseData() {}
|
||||||
WheelItemType m_Type;
|
WheelItemType m_Type;
|
||||||
RString m_sText;
|
RString m_sText;
|
||||||
RageColor m_color; // either text color or section background color
|
RageColor m_color; // either text color or section background color
|
||||||
|
|||||||
Reference in New Issue
Block a user