Bläddra i källkod

Merge pull request #1595 from rcorre/master

Fix a few typos in part 1 of the FPS tutorial.
Max Hilbrunner 7 år sedan
förälder
incheckning
26cc612925
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      tutorials/3d/fps_tutorial/part_one.rst

+ 1 - 1
tutorials/3d/fps_tutorial/part_one.rst

@@ -311,7 +311,7 @@ so it can move through the game world.
 
 _________
 
-Let's look is ``process_movement`` next:
+Let's look at ``process_input`` next:
 
 First we set ``dir`` to an empty :ref:`Vector3 <class_Vector3>`.