1
0
Fork 0

Changed the way debug-output is disabled in karaskel.lua.

Originally committed to SVN as r9.
This commit is contained in:
Niels Martin Hansen 2006-01-17 23:28:26 +00:00
parent 1fc9fdf281
commit 1b6aa55206
1 changed files with 4 additions and 2 deletions

View File

@ -68,8 +68,10 @@
-- This one is used
aegisub.output_warning = aegisub.output_debug
-- Comment out this line to enable debugging messages
aegisub.output_debug = function() end
-- Set the variable show_debug_output to non-nil non-false before including karaskel.lua, to get debug output
if not show_debug_output then
aegisub.output_debug = function() end
end
-- Return a replacement text for a syllable
function default_do_syllable(meta, styles, config, line, syl)