1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-15 04:15:26 +03:00

Cosmetics

This commit is contained in:
Bertrand Songis 2019-06-13 17:14:59 +02:00
parent 747e6131bc
commit 1efd3cbefa
No known key found for this signature in database
GPG key ID: F189F79290FEC50F

View file

@ -416,7 +416,7 @@ static int luaModelInsertInput(lua_State *L)
expo->curve.value = luaL_checkinteger(L, -1); expo->curve.value = luaL_checkinteger(L, -1);
} }
else if (!strcmp(key, "carryTrim")) { else if (!strcmp(key, "carryTrim")) {
expo->carryTrim= lua_toboolean(L, -1); expo->carryTrim = lua_toboolean(L, -1);
} }
} }
} }