1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-04-09 21:44:54 +00:00

catch and set with no _found; leave empty as empty string

This commit is contained in:
Bret Curtis 2020-04-27 08:02:42 +02:00
parent 6d3f9ce307
commit 1870b4b345

View File

@ -42,6 +42,8 @@ Profiler::Profiler()
{ {
if (osgDB::Registry::instance()->getReaderWriterForExtension("ttf")) if (osgDB::Registry::instance()->getReaderWriterForExtension("ttf"))
_font = osgMyGUI::DataManager::getInstance().getDataPath("DejaVuLGCSansMono.ttf"); _font = osgMyGUI::DataManager::getInstance().getDataPath("DejaVuLGCSansMono.ttf");
else
_font = "";
setKeyEventTogglesOnScreenStats(osgGA::GUIEventAdapter::KEY_F3); setKeyEventTogglesOnScreenStats(osgGA::GUIEventAdapter::KEY_F3);
} }