diff --git a/components/resource/stats.cpp b/components/resource/stats.cpp index bc63ddf583..59d65e8893 100644 --- a/components/resource/stats.cpp +++ b/components/resource/stats.cpp @@ -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); }