mirror of
https://github.com/godotengine/godot.git
synced 2026-03-31 21:35:13 +00:00
This also changes Reference::unreference() to always invoke refcount_decremented. Previously it was not invoked until the count reached zero due to short-circuit evalution of boolean expressions.