forked from mirror/openmw-tes3mp
Fix what looks like a copy/paste error
This commit is contained in:
parent
879da9c69a
commit
87311d86b5
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ namespace MWGui
|
|||
assignWidget(button, "StatValueButton");
|
||||
if (button)
|
||||
{
|
||||
mSkillNameWidget = button;
|
||||
mSkillValueWidget = button;
|
||||
button->eventMouseButtonClick += MyGUI::newDelegate(this, &MWSkill::onClicked);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue