Merge pull request #35452 from nekomatata/tween-start-fail
Fixed Tween::start() with pending updates
This commit is contained in:
commit
94d3bcbc9b
1 changed files with 1 additions and 0 deletions
|
@ -827,6 +827,7 @@ bool Tween::start() {
|
|||
// Are there any pending updates?
|
||||
if (pending_update != 0) {
|
||||
// Start the tweens after deferring
|
||||
call_deferred("start");
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue