Prechádzať zdrojové kódy

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

Co-authored-by: Hugo Locurcio <[email protected]>
Jonathan Deiss 3 rokov pred
rodič
commit
024c224fdd
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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".