mirror of
https://github.com/odrling/Aegisub
synced 2025-04-11 22:56:02 +02:00
Fixed playback of independent lines.
Originally committed to SVN as r1793.
This commit is contained in:
parent
382fb4953b
commit
9731d53eea
@ -750,7 +750,7 @@ void VideoContext::PlayLine() {
|
||||
JumpToFrame(startFrame);
|
||||
|
||||
// Set other variables
|
||||
playTime.Start(curline->Start.GetMS());
|
||||
playTime.Start();
|
||||
|
||||
// Start timer
|
||||
playback.SetOwner(this,VIDEO_PLAY_TIMER);
|
||||
|
Loading…
x
Reference in New Issue
Block a user