Closed rosshadden closed 3 years ago
This replaces usages of copymem with memcpy.
copymem
memcpy
This makes Godot ECMAScript work with https://github.com/godotengine/godot/pull/48239
Thanks
This replaces usages of
copymem
withmemcpy
.This makes Godot ECMAScript work with https://github.com/godotengine/godot/pull/48239