diff options
| author | Rémi Verschelde | 2017-10-11 23:54:43 +0200 |
|---|---|---|
| committer | Rémi Verschelde | 2017-10-11 23:55:04 +0200 |
| commit | b1f2c31a3639d30467316a467e3830d508e8c3ee (patch) | |
| tree | 263e51f1827ffba544ff37da8433ed127d800221 /doc/classes/AnimationTreePlayer.xml | |
| parent | c30ab882d758fea6578aa6c31a79b3938fba222b (diff) | |
| download | godot-b1f2c31a3639d30467316a467e3830d508e8c3ee.tar.gz godot-b1f2c31a3639d30467316a467e3830d508e8c3ee.tar.zst godot-b1f2c31a3639d30467316a467e3830d508e8c3ee.zip | |
doc: Sync classref with current source
Ensure that s/fixed_process/physics_process/ is handled properly.
[ci skip]
Diffstat (limited to 'doc/classes/AnimationTreePlayer.xml')
| -rw-r--r-- | doc/classes/AnimationTreePlayer.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/AnimationTreePlayer.xml b/doc/classes/AnimationTreePlayer.xml index f088d21e4..b92e59b90 100644 --- a/doc/classes/AnimationTreePlayer.xml +++ b/doc/classes/AnimationTreePlayer.xml @@ -659,7 +659,7 @@ <constant name="NODE_TRANSITION" value="9"> Transition node. </constant> - <constant name="ANIMATION_PROCESS_FIXED" value="0"> + <constant name="ANIMATION_PROCESS_PHYSICS" value="0"> </constant> <constant name="ANIMATION_PROCESS_IDLE" value="1"> </constant> |
