mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-21 13:23:53 +00:00
Fix lockup
This commit is contained in:
parent
78e6dab9d2
commit
f07497bbde
1 changed files with 2 additions and 0 deletions
|
@ -146,6 +146,8 @@ namespace MWGui
|
|||
assert(topicLinks.find(topicName) != topicLinks.end());
|
||||
hyperLinks[std::make_pair(pos_begin, pos_begin+displayName.size())] = intptr_t(topicLinks[topicName]);
|
||||
}
|
||||
else
|
||||
break;
|
||||
}
|
||||
|
||||
typesetter->addContent(to_utf8_span(mText.c_str()));
|
||||
|
|
Loading…
Reference in a new issue