changed "FPS" back into "fps"

This commit is contained in:
thrust26 2018-07-31 17:07:51 +02:00
parent 78d7e9c29a
commit a24e042d1e
1 changed files with 1 additions and 1 deletions

View File

@ -440,7 +440,7 @@ void FrameBuffer::drawFrameStats(float framesPerSecond)
ss
<< std::fixed << std::setprecision(1) << framesPerSecond
<< "FPS @ "
<< "fps @ "
<< std::fixed << std::setprecision(0) << 100 * myOSystem.settings().getFloat("speed")
<< "% speed";