From 7be5b79c1727f05e0c273dec3099e897e892f931 Mon Sep 17 00:00:00 2001 From: Jaehyun Cho Date: Wed, 23 Nov 2016 21:15:48 +0900 Subject: [PATCH] autocomp: Add time with "LINEAR" to "transition". --- data/autocomp/autocomp.src | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/autocomp/autocomp.src b/data/autocomp/autocomp.src index 264a353..dfa844d 100644 --- a/data/autocomp/autocomp.src +++ b/data/autocomp/autocomp.src @@ -1254,7 +1254,7 @@ group "lexem" struct { } group "txt" var_array { count 1; - value "string" string: "%s: LINEAR ;"; + value "string" string: "%s: LINEAR 1.0;"; } value "cursor_offset" int: 1; value "line_back" int: 0; @@ -1696,7 +1696,7 @@ group "lexem" struct { } group "txt" var_array { count 1; - value "string" string: "%s: LINEAR ;"; + value "string" string: "%s: LINEAR 1.0;"; } value "cursor_offset" int: 1; value "line_back" int: 0;