norberttak / XPanel

XPlane 11/12 plugin to handle home cockpit panels
GNU General Public License v3.0
8 stars 3 forks source link

[BUG] LuaHelper::get_commandref calls XPLMFindCommand every time #75

Closed norberttak closed 1 year ago

norberttak commented 1 year ago

Describe the bug The XPLMFindCommand call has its cost so we need to store the dataref. The LuaHelper has this facility but due to a mistake, it doesn't use the cached datarefs. It causes some extra load on the simulator side.