forked from mia/Aegisub
Actually serialize the styles for the subtitle renderers
This commit is contained in:
parent
58603b51a8
commit
57f6e9a869
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ void SubtitlesProvider::LoadSubtitles(AssFile *subs, int time) {
|
||||||
push_line(line.GetEntryData());
|
push_line(line.GetEntryData());
|
||||||
|
|
||||||
push_header("[V4+ Styles]\n");
|
push_header("[V4+ Styles]\n");
|
||||||
for (auto const& line : subs->Info)
|
for (auto const& line : subs->Styles)
|
||||||
push_line(line.GetEntryData());
|
push_line(line.GetEntryData());
|
||||||
|
|
||||||
push_header("[Events]\n");
|
push_header("[Events]\n");
|
||||||
|
|
Loading…
Reference in a new issue