A variety of small fixes
This commit is contained in:
@@ -253,7 +253,7 @@ void LuaStack::cleartable(LuaSlot tab) const {
|
||||
lua_pop(L_, 1); // Pop the old value.
|
||||
lua_pushvalue(L_, -1); // Clone the key
|
||||
lua_pushnil(L_); // Push the new value.
|
||||
lua_settable(L_, tab.index());
|
||||
lua_rawset(L_, tab.index());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user