浏览代码

Improve sentence flow in Using 3D transforms (#5773)

Co-authored-by: Hugo Locurcio <[email protected]>
Jonathan Deiss 3 年之前
父节点
当前提交
024c224fdd
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tutorials/3d/using_transforms.rst

+ 1 - 1
tutorials/3d/using_transforms.rst

@@ -9,7 +9,7 @@ Introduction
 If you have never made 3D games before, working with rotations in three dimensions can be confusing at first.
 Coming from 2D, the natural way of thinking is along the lines of *"Oh, it's just like rotating in 2D, except now rotations happen in X, Y and Z"*.
 
-At first this seems easy and for simple games, this way of thinking may even be enough. Unfortunately, it's often incorrect.
+At first, this seems easy. For simple games, this way of thinking may even be enough. Unfortunately, it's often incorrect.
 
 Angles in three dimensions are most commonly referred to as "Euler Angles".