mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Change list of Tweeners from Vector to LocalVector
This commit is contained in:
parent
3c9d03b875
commit
0108e2f82f
2 changed files with 5 additions and 5 deletions
|
|
@ -111,7 +111,7 @@ private:
|
|||
ObjectID bound_node;
|
||||
|
||||
SceneTree *parent_tree = nullptr;
|
||||
Vector<List<Ref<Tweener>>> tweeners;
|
||||
LocalVector<List<Ref<Tweener>>> tweeners;
|
||||
double total_time = 0;
|
||||
int current_step = -1;
|
||||
int loops = 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue