autocomp: Add time with "LINEAR" to "transition".

This commit is contained in:
Jaehyun Cho 2016-11-23 21:15:48 +09:00
parent 18bb73f161
commit 7be5b79c17
1 changed files with 2 additions and 2 deletions

View File

@ -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;