From f2afb18dbd9bea331c8418389d5a848ce4dff274 Mon Sep 17 00:00:00 2001 From: Drambique Date: Sat, 31 Mar 2018 23:30:18 -0400 Subject: [PATCH] Small typo fix --- tutorials/3d/fps_tutorial/part_one.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: