Merge pull request #111325 from TokageItLab/state-default-st
Make StateMachinePlayback set `Start` state as default in constructor
This commit is contained in:
commit
40eb34833b
1 changed files with 1 additions and 1 deletions
|
|
@ -264,7 +264,7 @@ class AnimationNodeStateMachinePlayback : public Resource {
|
|||
String base_path;
|
||||
|
||||
AnimationNode::NodeTimeInfo current_nti;
|
||||
StringName current;
|
||||
StringName current = SceneStringName(Start);
|
||||
Ref<Curve> current_curve;
|
||||
|
||||
Ref<AnimationNodeStateMachineTransition> group_start_transition;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue