diff --git a/tutorials/3d/fps_tutorial/part_one.rst b/tutorials/3d/fps_tutorial/part_one.rst index a87a462ef..541474f18 100644 --- a/tutorials/3d/fps_tutorial/part_one.rst +++ b/tutorials/3d/fps_tutorial/part_one.rst @@ -494,7 +494,7 @@ to change our acceleration to the new acceleration: :: var target = dir - # NEW CPDE. Replaces "target *= MAX_SPEED" + # NEW CODE. Replaces "target *= MAX_SPEED" if is_sprinting: target *= MAX_SPRINT_SPEED else: