Lua: changing "table" API
This commit is contained in:
parent
c8d666c5a1
commit
a5764d6e67
|
@ -40,7 +40,7 @@ TEST(LuaHooks, TestGetSensorByName) {
|
||||||
|
|
||||||
static const char* tableTest = R"(
|
static const char* tableTest = R"(
|
||||||
function testFunc()
|
function testFunc()
|
||||||
return table3d(1, 1000, 40)
|
return table3d(2, 1000, 40)
|
||||||
end
|
end
|
||||||
)";
|
)";
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue