mirror of
https://github.com/odrling/Aegisub
synced 2025-04-11 22:56:02 +02:00
Remove pointless braces
This commit is contained in:
parent
b8fa7e010b
commit
95f3f30d53
@ -79,7 +79,7 @@ void VideoController::OnSubtitlesCommit(int type, const AssDialogue *changed) {
|
||||
if (!changed)
|
||||
provider->LoadSubtitles(context->ass.get());
|
||||
else
|
||||
provider->UpdateSubtitles(context->ass.get(), {changed});
|
||||
provider->UpdateSubtitles(context->ass.get(), changed);
|
||||
}
|
||||
|
||||
void VideoController::OnActiveLineChanged(AssDialogue *line) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user