WeaselGames / godot_luaAPI

Godot LuaAPI
https://luaapi.weaselgames.info
Other
361 stars 27 forks source link

Use memnew_placement instead of memmove #140

Closed Trey2k closed 1 year ago

Trey2k commented 1 year ago

I recently discovered memnew_placement exists. Which specifically allows us to handle allocation and place the Variant. This PR removes some hacky work arounds I had done before.