forked from mia/Aegisub
fix a bug in kara-templater.lua on behalf of jfs.
Originally committed to SVN as r4808.
This commit is contained in:
parent
f4577a8b3a
commit
49cdd10ffd
1 changed files with 1 additions and 1 deletions
|
@ -686,7 +686,7 @@ function apply_one_syllable_template(syl, line, template, tenv, varctx, subs, sk
|
||||||
|
|
||||||
-- Check for right inline_fx
|
-- Check for right inline_fx
|
||||||
if t.fx and t.fx ~= syl.inline_fx then
|
if t.fx and t.fx ~= syl.inline_fx then
|
||||||
aegisub.debug.out(5, "Syllable has wrong inline-fx (wanted '%s', got '%s'), skipping.\n", t.inline_fx, syl.inline_fx)
|
aegisub.debug.out(5, "Syllable has wrong inline-fx (wanted '%s', got '%s'), skipping.\n", t.fx, syl.inline_fx)
|
||||||
return 0
|
return 0
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue