Skip to content

Commit

Permalink
unused cast
Browse files Browse the repository at this point in the history
  • Loading branch information
Yangff committed Feb 19, 2024
1 parent 206a530 commit caf04ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UE4SS/src/LuaType/LuaUObject.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1106,7 +1106,7 @@ namespace RC::LuaType
if (params.lua.is_string())
{
auto lua_string = params.lua.get_string();
auto fstring = Unreal::FString{ to_ue(to_system(lua_string)).c_str() };
auto fstring = Unreal::FString{ to_ue(lua_string).c_str() };
*string = fstring;
}
else if (params.lua.is_userdata())
Expand Down

0 comments on commit caf04ab

Please sign in to comment.