doc: Sync classref with current source

Ensure that s/fixed_process/physics_process/ is handled properly.
[ci skip]
This commit is contained in:
Rémi Verschelde
2017-10-11 23:54:43 +02:00
parent c30ab882d7
commit b1f2c31a36
40 changed files with 299 additions and 120 deletions
+2 -2
View File
@@ -357,8 +357,8 @@
<constant name="DOPPLER_TRACKING_IDLE_STEP" value="1">
Executes doppler trackin in idle step.
</constant>
<constant name="DOPPLER_TRACKING_FIXED_STEP" value="2">
Executes doppler tracking in fixed step.
<constant name="DOPPLER_TRACKING_PHYSICS_STEP" value="2">
Executes doppler tracking in physics step.
</constant>
</constants>
</class>