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

RIGHT exported to Lua

This commit is contained in:
Bertrand Songis 2016-05-15 13:05:51 +02:00
parent f2d778e74e
commit 3f74d54fd9

View file

@ -826,7 +826,9 @@ const luaR_value_entry opentxConstants[] = {
{ "INVERS", INVERS },
{ "BOLD", BOLD },
{ "BLINK", BLINK },
#if !defined(COLORLCD)
#if defined(COLORLCD)
{ "RIGHT", RIGHT },
#else
{ "FIXEDWIDTH", FIXEDWIDTH },
#endif
{ "LEFT", LEFT },