mirror of
https://github.com/opentx/opentx.git
synced 2025-07-15 04:15:26 +03:00
Cosmetics
This commit is contained in:
parent
747e6131bc
commit
1efd3cbefa
1 changed files with 1 additions and 1 deletions
|
@ -416,7 +416,7 @@ static int luaModelInsertInput(lua_State *L)
|
|||
expo->curve.value = luaL_checkinteger(L, -1);
|
||||
}
|
||||
else if (!strcmp(key, "carryTrim")) {
|
||||
expo->carryTrim= lua_toboolean(L, -1);
|
||||
expo->carryTrim = lua_toboolean(L, -1);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue