1
0
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:
Rodrigo Braz Monteiro 2008-01-20 19:51:48 +00:00
parent 382fb4953b
commit 9731d53eea

View File

@ -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);