small fix for benchmark commit

This commit is contained in:
thrust26 2018-01-17 19:12:39 +01:00
parent 85feed821c
commit a6ea393905
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ FrameBuffer::FrameBuffer(OSystem& osystem)
myCurrentModeList(nullptr),
myTotalTime(0),
myTotalFrames(0),
myLastRunFrameRate(0)
myLastFrameRate(60)
{
myMsg.surface = myStatsMsg.surface = nullptr;
myStatsEnabled = myMsg.enabled = myStatsMsg.enabled = false;