mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-25 15:35:23 +00:00
Hide FPS widget since it currently doesn't work, use F3 instead
This commit is contained in:
parent
bf02c7f6e4
commit
f3cbe7b9da
@ -192,7 +192,7 @@ namespace MWGui
|
|||||||
if (visible)
|
if (visible)
|
||||||
{
|
{
|
||||||
getWidget(mFpsBox, "FPSBox");
|
getWidget(mFpsBox, "FPSBox");
|
||||||
mFpsBox->setVisible(true);
|
//mFpsBox->setVisible(true);
|
||||||
getWidget(mFpsCounter, "FPSCounter");
|
getWidget(mFpsCounter, "FPSCounter");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user