Files
godot/modules
Ruslan Mustakov f08bc0df7c Construct Variants from Reference properly in GDNative
Previously godot_variant_new_object constructed Variant without
accounting for the fact that the Object can be a Reference, so refcount
was not increased and References were destructed prematurely.

Also, Reference::init_ref did not propagate refcount increment to the
script instance, which led to desync of refcount info on the script
side and Godot side.
2017-09-14 19:40:36 +07:00
..
2017-09-01 21:07:55 +07:00
2017-09-02 21:19:06 +07:00
2017-09-08 15:03:53 +02:00
2017-09-04 21:41:57 +01:00
2017-09-02 01:59:26 +02:00
2017-09-01 21:07:55 +07:00
2017-09-01 21:07:55 +07:00