mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2024-12-29 12:20:41 +00:00
fixed a mistake
This commit is contained in:
parent
05a2dc985b
commit
027d51bfc0
@ -136,7 +136,7 @@ namespace
|
||||
|
||||
{
|
||||
MWGui::BookPage::ClickCallback callback
|
||||
= [this](MWGui::TypesetBook::InteractiveId index) { notifyTopicClicked(index); };
|
||||
= [this](MWGui::TypesetBook::InteractiveId index) { notifyIndexLinkClicked(index); };
|
||||
|
||||
getPage(LeftTopicIndex)->adviseLinkClicked(callback);
|
||||
getPage(CenterTopicIndex)->adviseLinkClicked(callback);
|
||||
|
Loading…
Reference in New Issue
Block a user