From d77047e1cfe00092d2efb54893f766288a950f99 Mon Sep 17 00:00:00 2001 From: Bret Curtis Date: Tue, 28 Apr 2020 13:16:37 +0200 Subject: [PATCH] tab2space --- components/resource/stats.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/resource/stats.cpp b/components/resource/stats.cpp index bc63ddf58..59d65e889 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); }