Skip to content

Commit

Permalink
directvt#393 WIP: Lua scripting (nested tables)
Browse files Browse the repository at this point in the history
  • Loading branch information
o-sdn-o committed Jan 7, 2025
1 parent d1d779b commit 6bab80e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/vtm.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -1938,10 +1938,11 @@ namespace netxs::app::vtm
}
::lua_pop(lua, 1); // Pop val2.
}
::lua_pop(lua, 1); // Pop val.
continue;
}
add_item(key, val);
else
{
add_item(key, val);
}
}
::lua_pop(lua, 1); // Pop val.
}
Expand Down

0 comments on commit 6bab80e

Please sign in to comment.