mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-28 01:23:55 -07:00
fix remaining wonkiness with rewind buffering in replays (#5235)
This commit is contained in:
parent
69741d858c
commit
315cbc0925
2 changed files with 15 additions and 10 deletions
|
|
@ -35,7 +35,9 @@ private:
|
|||
QList<int> histogram;
|
||||
int maxBinValue, maxTime;
|
||||
qreal timeScaleFactor;
|
||||
int currentTime;
|
||||
int currentVisualTime; // time currently displayed by the timeline
|
||||
int currentProcessedTime; // time that events are currently processed up to. Could differ from visual time due to
|
||||
// rewind buffering
|
||||
int currentEvent;
|
||||
|
||||
void skipToTime(int newTime, bool doRewindBuffering);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue