Browse Source

fix some section craze

Juan Linietsky 7 years ago
parent
commit
d3bbae3310
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tutorials/3d/using_transforms.rst

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

@@ -242,7 +242,7 @@ Example of looking around, FPS style:
 As you can see, in such cases it's even simpler to keep the rotation outside, then use the transform as the *final* orientation.
 As you can see, in such cases it's even simpler to keep the rotation outside, then use the transform as the *final* orientation.
 
 
 Transforms are your friend
 Transforms are your friend
-~~~~~~~~~~~~~~~~~~~~~~~~~~
+--------------------------
 
 
 Once you get used to transforms, you will appreciate their simplicity and power. Of course, for most starting with 3D games, getting used to them can take a while and it can be a bit tricky.
 Once you get used to transforms, you will appreciate their simplicity and power. Of course, for most starting with 3D games, getting used to them can take a while and it can be a bit tricky.
 Don't hesitate to ask for help in this topic in many of our online communities and, once you become confident enough, please help others!
 Don't hesitate to ask for help in this topic in many of our online communities and, once you become confident enough, please help others!