srt export: I was dumb and made it edit the original thing instead of the copy
This commit is contained in:
parent
e3e51678b7
commit
ab042fafd0
|
@ -81,7 +81,7 @@ namespace BizHawk.Client.Common
|
|||
List<Subtitle> subs = new List<Subtitle>();
|
||||
foreach (var subtitle in this)
|
||||
{
|
||||
subs.Add(subtitle);
|
||||
subs.Add(new Subtitle(subtitle));
|
||||
}
|
||||
|
||||
// absense of line wrap forces miltiline subtitle macros
|
||||
|
|
Loading…
Reference in New Issue