mirror of
https://github.com/tiennm99/godot.git
synced 2026-06-18 21:34:46 +00:00
db9dcbddbc
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.