Skip to content

v0.13: Merge pull request #78 from seivan/patch-1

Compare
Choose a tag to compare
@migueldeicaza migueldeicaza released this 08 Jun 21:56
· 614 commits to main since this release
4cb39d6

Fixes the marshaling of Variant arguments which were previously
producing unexpected results because they were accessing the wrong
address.

Addresses a Godot problem where Floats need to be passed as Doubles
when calling the bridge API.