mirror of
https://github.com/odrling/Aegisub
synced 2025-04-11 22:56:02 +02:00
Missed something crucial from Classic Advanced skeleton
Originally committed to SVN as r1430.
This commit is contained in:
parent
a5fdb048a4
commit
8ffaf7cfa0
@ -627,6 +627,7 @@ function karaskel.use_classic_adv(use_furigana, macrotoo)
|
||||
local l = subs[i]
|
||||
if l.class == "dialogue" then
|
||||
-- Link prev of this one
|
||||
karaskel.preproc_line(subs, meta, styles, l)
|
||||
l.prev = prevline
|
||||
l.next = nil
|
||||
-- Line next of prev one
|
||||
|
Loading…
x
Reference in New Issue
Block a user