浏览代码

Merge pull request #1595 from rcorre/master

Fix a few typos in part 1 of the FPS tutorial.
Max Hilbrunner 7 年之前
父节点
当前提交
26cc612925
共有 1 个文件被更改,包括 1 次插入1 次删除
  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>`.