mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-10-02 17:43:41 -04:00
Fix what looks like a copy/paste error
This commit is contained in:
parent
879da9c69a
commit
87311d86b5
@ -105,7 +105,7 @@ namespace MWGui
|
|||||||
assignWidget(button, "StatValueButton");
|
assignWidget(button, "StatValueButton");
|
||||||
if (button)
|
if (button)
|
||||||
{
|
{
|
||||||
mSkillNameWidget = button;
|
mSkillValueWidget = button;
|
||||||
button->eventMouseButtonClick += MyGUI::newDelegate(this, &MWSkill::onClicked);
|
button->eventMouseButtonClick += MyGUI::newDelegate(this, &MWSkill::onClicked);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user