Skip to content

Commit 9d7c43c

Browse files
Update getting_started/first_3d_game/03.player_movement_code.rst
Co-authored-by: A Thousand Ships <[email protected]>
1 parent 03617cb commit 9d7c43c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

getting_started/first_3d_game/03.player_movement_code.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ using the global ``Input`` object, in ``_physics_process()``.
121121

122122
Here, instead of ``_process()``, we're going to make all calculations using the ``_physics_process()``
123123
virtual function. It's designed specifically for physics-related code like moving a
124-
kinematic or rigid body. It updates the node using time intervals instead of every frame.
124+
kinematic or rigid body. It updates the node using fixed time intervals.
125125

126126
.. seealso::
127127

0 commit comments

Comments
 (0)