mirror of https://github.com/stella-emu/stella.git
Fix minor compile warning from Xcode.
This commit is contained in:
parent
ac4801ffb3
commit
a582a64cb6
|
@ -139,7 +139,8 @@ void FrameManager::setState(FrameManager::State state)
|
|||
notifyFrameComplete();
|
||||
|
||||
if (myTotalFrames > Metrics::initialGarbageFrames)
|
||||
myJitterEmulation.frameComplete(myCurrentFrameFinalLines, myVsyncEnd - myVsyncStart);
|
||||
myJitterEmulation.frameComplete(myCurrentFrameFinalLines,
|
||||
static_cast<Int32>(myVsyncEnd - myVsyncStart));
|
||||
|
||||
notifyFrameStart();
|
||||
|
||||
|
|
Loading…
Reference in New Issue