mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Fix Tweeners to emit finished() when underlying object is deleted
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user