diff options
| author | Maxim Sheronov | 2017-09-12 22:09:06 +0300 |
|---|---|---|
| committer | Maxim Sheronov | 2017-09-13 20:57:07 +0300 |
| commit | 0fffa45158bebeb4aaba1df1d271c000fffbe7f7 (patch) | |
| tree | 369918b0d7c9f367a7396c3584ac84ab550bd103 /scene/animation/animation_tree_player.cpp | |
| parent | 69017974beb16dcfa971f9b6f33a4f005be57bef (diff) | |
| download | godot-0fffa45158bebeb4aaba1df1d271c000fffbe7f7.tar.gz godot-0fffa45158bebeb4aaba1df1d271c000fffbe7f7.tar.zst godot-0fffa45158bebeb4aaba1df1d271c000fffbe7f7.zip | |
Diffstat (limited to 'scene/animation/animation_tree_player.cpp')
| -rw-r--r-- | scene/animation/animation_tree_player.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scene/animation/animation_tree_player.cpp b/scene/animation/animation_tree_player.cpp index 7a5c7e450..38d052728 100644 --- a/scene/animation/animation_tree_player.cpp +++ b/scene/animation/animation_tree_player.cpp @@ -1808,6 +1808,9 @@ void AnimationTreePlayer::_bind_methods() { BIND_ENUM_CONSTANT(NODE_TIMESCALE); BIND_ENUM_CONSTANT(NODE_TIMESEEK); BIND_ENUM_CONSTANT(NODE_TRANSITION); + + BIND_ENUM_CONSTANT(ANIMATION_PROCESS_FIXED); + BIND_ENUM_CONSTANT(ANIMATION_PROCESS_IDLE); } AnimationTreePlayer::AnimationTreePlayer() { |
