From 6beb266c154750134725fa843672e9bd6e76c05e Mon Sep 17 00:00:00 2001 From: Thomas Goyne Date: Thu, 29 Sep 2011 04:38:22 +0000 Subject: [PATCH] Use the end of line marker style for the end marker in karaoke mode rather than the start of line style Originally committed to SVN as r5673. --- aegisub/src/audio_timing_karaoke.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aegisub/src/audio_timing_karaoke.cpp b/aegisub/src/audio_timing_karaoke.cpp index 3c79bbfdd..8f1f811b2 100644 --- a/aegisub/src/audio_timing_karaoke.cpp +++ b/aegisub/src/audio_timing_karaoke.cpp @@ -145,7 +145,7 @@ AudioTimingControllerKaraoke::AudioTimingControllerKaraoke(agi::Context *c, AssK , kara(kara) , cur_syl(0) , start_marker(ToSamples(active_line->Start.GetMS()), &start_pen, AudioMarker::Feet_Right) -, end_marker(ToSamples(active_line->End.GetMS()), &start_pen, AudioMarker::Feet_Left) +, end_marker(ToSamples(active_line->End.GetMS()), &end_pen, AudioMarker::Feet_Left) , auto_commit(OPT_GET("Audio/Auto/Commit")->GetBool()) , auto_next(OPT_GET("Audio/Next Line on Commit")->GetBool()) , commit_id(-1)