mirror of https://github.com/stella-emu/stella.git
small fix for benchmark commit
This commit is contained in:
parent
436c380a7e
commit
27291dd5d2
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue