mirror of
https://github.com/odrling/Aegisub
synced 2025-04-11 22:56:02 +02:00
Actually serialize the styles for the subtitle renderers
This commit is contained in:
parent
58603b51a8
commit
57f6e9a869
@ -84,7 +84,7 @@ void SubtitlesProvider::LoadSubtitles(AssFile *subs, int time) {
|
||||
push_line(line.GetEntryData());
|
||||
|
||||
push_header("[V4+ Styles]\n");
|
||||
for (auto const& line : subs->Info)
|
||||
for (auto const& line : subs->Styles)
|
||||
push_line(line.GetEntryData());
|
||||
|
||||
push_header("[Events]\n");
|
||||
|
Loading…
x
Reference in New Issue
Block a user