Merge pull request #21913 from DualMatrix/tween_remove_all
Fixed calling start() after remove_all() on tween not working
This commit is contained in:
commit
74d80146ff
1 changed files with 4 additions and 0 deletions
|
|
@ -674,6 +674,10 @@ float Tween::get_speed_scale() const {
|
|||
}
|
||||
|
||||
bool Tween::start() {
|
||||
if (pending_update != 0) {
|
||||
call_deferred("start");
|
||||
return true;
|
||||
}
|
||||
|
||||
set_active(true);
|
||||
return true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue