Fix what looks like a copy/paste error

pull/303/head
scrawl 7 years ago
parent 879da9c69a
commit 87311d86b5

@ -105,7 +105,7 @@ namespace MWGui
assignWidget(button, "StatValueButton");
if (button)
{
mSkillNameWidget = button;
mSkillValueWidget = button;
button->eventMouseButtonClick += MyGUI::newDelegate(this, &MWSkill::onClicked);
}
}

Loading…
Cancel
Save