mirror of
https://github.com/celisej567/mcpe.git
synced 2026-01-04 14:09:47 +03:00
* Fix some issues with the OptionList.
This commit is contained in:
@@ -24,6 +24,7 @@ BooleanOptionItem::BooleanOptionItem(bool* pValue, const std::string& text)
|
||||
{
|
||||
m_text = text;
|
||||
m_pValue = pValue;
|
||||
m_bDisabled = false;
|
||||
}
|
||||
|
||||
void BooleanOptionItem::onClick(OptionList* pList, int mouseX, int mouseY)
|
||||
|
||||
Reference in New Issue
Block a user