mirror of https://github.com/odrling/Aegisub
Apparently forgot to add 'meta' to tenv.
Originally committed to SVN as r1534.
This commit is contained in:
parent
abb304b7c1
commit
4f689ac204
|
@ -260,6 +260,7 @@ end
|
||||||
function apply_templates(meta, styles, subs, templates)
|
function apply_templates(meta, styles, subs, templates)
|
||||||
-- the environment the templates will run in
|
-- the environment the templates will run in
|
||||||
local tenv = {
|
local tenv = {
|
||||||
|
meta = meta,
|
||||||
-- put in some standard libs
|
-- put in some standard libs
|
||||||
string = string,
|
string = string,
|
||||||
math = math,
|
math = math,
|
||||||
|
|
Loading…
Reference in New Issue