Skip to content

Commit

Permalink
Further fixed... rebase this commit out of existence please
Browse files Browse the repository at this point in the history
  • Loading branch information
UE4SS committed Feb 3, 2025
1 parent 263df73 commit 1b421b5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions UE4SS/src/LuaType/LuaUObject.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,6 @@ namespace RC::LuaType
// At the bottom of the stack now: table that has struct data

// Duplicating the table and putting the duplicate at the top of the stack
lua_pushvalue(params.lua.get_lua_state(), 1);

for (Unreal::FProperty* field : script_struct->ForEachPropertyInChain())
{
Expand Down Expand Up @@ -637,7 +636,6 @@ namespace RC::LuaType

// Discard the original & the duplicated tables
params.lua.discard_value(params.stored_at_index); // Original
params.lua.discard_value(-1); // Duplicated
};

auto lua_to_memory = [&]() {
Expand Down

0 comments on commit 1b421b5

Please sign in to comment.