1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-04-01 06:06:42 +00:00

Hide FPS widget since it currently doesn't work, use F3 instead

This commit is contained in:
scrawl 2015-06-07 19:33:48 +02:00
parent bf02c7f6e4
commit f3cbe7b9da

View file

@ -192,7 +192,7 @@ namespace MWGui
if (visible)
{
getWidget(mFpsBox, "FPSBox");
mFpsBox->setVisible(true);
//mFpsBox->setVisible(true);
getWidget(mFpsCounter, "FPSCounter");
}
}