mirror of
https://github.com/OpenMW/openmw.git
synced 2025-03-05 22:49:42 +00:00
Make all stats fit into the window
This commit is contained in:
parent
08469af742
commit
56bc462007
1 changed files with 3 additions and 1 deletions
|
@ -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…
Reference in a new issue