mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-02-20 15:40:32 +00:00
Make all stats fit into the window
This commit is contained in:
parent
08469af742
commit
56bc462007
@ -25,7 +25,7 @@ StatsHandler::StatsHandler():
|
||||
_statsWidth(1280.0f),
|
||||
_statsHeight(1024.0f),
|
||||
_font(""),
|
||||
_characterSize(20.0f)
|
||||
_characterSize(18.0f)
|
||||
{
|
||||
_camera = new osg::Camera;
|
||||
_camera->getOrCreateStateSet()->setGlobalDefaults();
|
||||
@ -45,6 +45,8 @@ Profiler::Profiler()
|
||||
else
|
||||
_font = "";
|
||||
|
||||
_characterSize = 18;
|
||||
|
||||
setKeyEventTogglesOnScreenStats(osgGA::GUIEventAdapter::KEY_F3);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user