small fix for benchmark commit

This commit is contained in:
thrust26 2018-01-17 19:12:39 +01:00 committed by Stephen Anthony
parent 436c380a7e
commit 27291dd5d2
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;