Fix passing ctrl-output data to lua inline display thread
This commit is contained in:
parent
60777d5804
commit
9a0d4499f9
@ -1035,7 +1035,7 @@ LuaProc::setup_lua_inline_gui (LuaState *lua_gui)
|
|||||||
luabridge::push <LuaProc *> (LG, this);
|
luabridge::push <LuaProc *> (LG, this);
|
||||||
lua_setglobal (LG, "self");
|
lua_setglobal (LG, "self");
|
||||||
|
|
||||||
luabridge::push <float *> (LG, _shadow_data);
|
luabridge::push <float *> (LG, _control_data);
|
||||||
lua_setglobal (LG, "CtrlPorts");
|
lua_setglobal (LG, "CtrlPorts");
|
||||||
}
|
}
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
Loading…
Reference in New Issue
Block a user