Fix Tweeners to emit finished() when underlying object is deleted

This commit is contained in:
BlackShift
2024-08-28 07:29:51 -04:00
parent 108c603f91
commit 1abd67caac
3 changed files with 5 additions and 1 deletions

View File

@@ -11,7 +11,7 @@
<signals>
<signal name="finished">
<description>
Emitted when the [Tweener] has just finished its job.
Emitted when the [Tweener] has just finished its job or became invalid (e.g. due to a freed object).
</description>
</signal>
</signals>