Merge pull request #1595 from rcorre/master

Fix a few typos in part 1 of the FPS tutorial.
This commit is contained in:
Max Hilbrunner
2018-07-22 16:37:33 +02:00
committed by GitHub

View File

@@ -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>`.