Fixed resuming replay at a given position, which was off by one frame

This commit is contained in:
Klaus Schmidinger
2016-12-22 09:41:48 +01:00
parent 1135a1f9d5
commit fd85701a84
3 changed files with 6 additions and 1 deletions

View File

@@ -8855,3 +8855,5 @@ Video Disk Recorder Revision History
between it and cFont::Height() (suggested to Thomas Reufer).
- Made the cPlayer member functions FramesPerSecond, GetIndex and GetReplayMode
'const' (thanks to Thomas Reufer).
- Fixed resuming replay at a given position, which was off by one frame (thanks
to Thomas Reufer).