aboutsummaryrefslogtreecommitdiff
path: root/doc/classes/AnimationTreePlayer.xml
diff options
context:
space:
mode:
authorRémi Verschelde2017-10-11 23:54:43 +0200
committerRémi Verschelde2017-10-11 23:55:04 +0200
commitb1f2c31a3639d30467316a467e3830d508e8c3ee (patch)
tree263e51f1827ffba544ff37da8433ed127d800221 /doc/classes/AnimationTreePlayer.xml
parentc30ab882d758fea6578aa6c31a79b3938fba222b (diff)
downloadgodot-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.xml2
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>