forked from mia/Aegisub
Fixed playback of independent lines.
Originally committed to SVN as r1793.
This commit is contained in:
parent
382fb4953b
commit
9731d53eea
1 changed files with 1 additions and 1 deletions
|
@ -750,7 +750,7 @@ void VideoContext::PlayLine() {
|
||||||
JumpToFrame(startFrame);
|
JumpToFrame(startFrame);
|
||||||
|
|
||||||
// Set other variables
|
// Set other variables
|
||||||
playTime.Start(curline->Start.GetMS());
|
playTime.Start();
|
||||||
|
|
||||||
// Start timer
|
// Start timer
|
||||||
playback.SetOwner(this,VIDEO_PLAY_TIMER);
|
playback.SetOwner(this,VIDEO_PLAY_TIMER);
|
||||||
|
|
Loading…
Reference in a new issue