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