mirror of
https://github.com/godotengine/godot.git
synced 2026-03-03 20:55:48 +00:00
This was a regression from 4469144891
The callback should be called, not only be called when the refcount
reaches 0. For example, the C# callback needs to know when the
refcount reaches 1, in order to swap to a weak GC handle.