0e63185651
Vector4 and Vector4i were implemented incorrectly in godot_variant. They were also missing their respective Variant conversion callbacks (used for generic collections). Took the chance to remove unnecessary native calls for creating Variant from Vector4, as now it can be done from C# (which is faster). |
||
---|---|---|
.. | ||
GodotSharp | ||
runtime_interop.cpp | ||
runtime_interop.h |