From 85d3ea92777d925f0e681b9e595985ec9fc11af2 Mon Sep 17 00:00:00 2001 From: Amar Takhar Date: Thu, 8 Oct 2009 20:24:25 +0000 Subject: [PATCH] Commit patch for #1019 for jfs' as he doesn't have the branch compiling locally, I'll merge this to milestone:2.1.8 after this, updates #1019. Originally committed to SVN as r3644. --- aegisub/src/auto4_lua_assfile.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aegisub/src/auto4_lua_assfile.cpp b/aegisub/src/auto4_lua_assfile.cpp index 2223fa162..0f9c1cefe 100644 --- a/aegisub/src/auto4_lua_assfile.cpp +++ b/aegisub/src/auto4_lua_assfile.cpp @@ -363,7 +363,7 @@ namespace Automation4 { GETBOOL(strikeout, "strikeout", "style") GETFLOAT(scale_x, "scale_x", "style") GETFLOAT(scale_y, "scale_y", "style") - GETINT(spacing, "spacing", "style") + GETFLOAT(spacing, "spacing", "style") GETFLOAT(angle, "angle", "style") GETINT(borderstyle, "borderstyle", "style") GETFLOAT(outline, "outline", "style")