Skip to content

Commit

Permalink
Update amalgamation file
Browse files Browse the repository at this point in the history
  • Loading branch information
kunitoki authored and actions-user committed Sep 27, 2024
1 parent 1f2905c commit f5636ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Distribution/LuaBridge/LuaBridge.h
Original file line number Diff line number Diff line change
Expand Up @@ -8853,10 +8853,12 @@ class Namespace : public detail::Registrar
lua_pop(L, 1);

lua_rawgetp(L, LUA_REGISTRYINDEX, detail::getConstRegistryKey<T>());
LUABRIDGE_ASSERT(lua_istable(L, -1));
lua_insert(L, -2);
++m_stackSize;

lua_rawgetp(L, LUA_REGISTRYINDEX, detail::getClassRegistryKey<T>());
LUABRIDGE_ASSERT(lua_istable(L, -1));
lua_insert(L, -2);
++m_stackSize;
}
Expand Down

0 comments on commit f5636ef

Please sign in to comment.