summaryrefslogtreecommitdiff
path: root/doc/classes/Camera.xml
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2017-10-11 23:54:43 +0200
committerRémi Verschelde <rverschelde@gmail.com>2017-10-11 23:55:04 +0200
commitb1f2c31a3639d30467316a467e3830d508e8c3ee (patch)
tree263e51f1827ffba544ff37da8433ed127d800221 /doc/classes/Camera.xml
parentc30ab882d758fea6578aa6c31a79b3938fba222b (diff)
doc: Sync classref with current source
Ensure that s/fixed_process/physics_process/ is handled properly. [ci skip]
Diffstat (limited to 'doc/classes/Camera.xml')
-rw-r--r--doc/classes/Camera.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/Camera.xml b/doc/classes/Camera.xml
index 068b91204c..aeebcf9c87 100644
--- a/doc/classes/Camera.xml
+++ b/doc/classes/Camera.xml
@@ -267,7 +267,7 @@
<constant name="DOPPLER_TRACKING_IDLE_STEP" value="1">
Simulate Doppler effect by tracking positions of objects that are changed in [code]_process[/code]. Changes in the relative velocity of this Camera compared to those objects affect how Audio is perceived (changing the Audio's [code]pitch shift[/code]).
</constant>
- <constant name="DOPPLER_TRACKING_FIXED_STEP" value="2">
+ <constant name="DOPPLER_TRACKING_PHYSICS_STEP" value="2">
Simulate Doppler effect by tracking positions of objects that are changed in [code]_physics_process[/code]. Changes in the relative velocity of this Camera compared to those objects affect how Audio is perceived (changing the Audio's [code]pitch shift[/code]).
</constant>
</constants>