1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-21 13:23:53 +00:00

Fix lockup

This commit is contained in:
scrawl 2013-05-04 14:18:13 +02:00
parent 78e6dab9d2
commit f07497bbde

View file

@ -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()));