mirror of
https://github.com/OpenMW/openmw.git
synced 2025-04-16 11:06:46 +00:00
fixed a mistake
This commit is contained in:
parent
05a2dc985b
commit
027d51bfc0
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ namespace
|
||||||
|
|
||||||
{
|
{
|
||||||
MWGui::BookPage::ClickCallback callback
|
MWGui::BookPage::ClickCallback callback
|
||||||
= [this](MWGui::TypesetBook::InteractiveId index) { notifyTopicClicked(index); };
|
= [this](MWGui::TypesetBook::InteractiveId index) { notifyIndexLinkClicked(index); };
|
||||||
|
|
||||||
getPage(LeftTopicIndex)->adviseLinkClicked(callback);
|
getPage(LeftTopicIndex)->adviseLinkClicked(callback);
|
||||||
getPage(CenterTopicIndex)->adviseLinkClicked(callback);
|
getPage(CenterTopicIndex)->adviseLinkClicked(callback);
|
||||||
|
|
Loading…
Reference in a new issue