mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-21 09:09:43 +00:00
Hide FPS widget since it currently doesn't work, use F3 instead
This commit is contained in:
parent
bf02c7f6e4
commit
f3cbe7b9da
1 changed files with 1 additions and 1 deletions
|
@ -192,7 +192,7 @@ namespace MWGui
|
|||
if (visible)
|
||||
{
|
||||
getWidget(mFpsBox, "FPSBox");
|
||||
mFpsBox->setVisible(true);
|
||||
//mFpsBox->setVisible(true);
|
||||
getWidget(mFpsCounter, "FPSCounter");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue