Explorar o código

Fix typo in spatial_shader.rst

Chaosus hai 11 meses
pai
achega
5320185f73
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      tutorials/shaders/shader_reference/spatial_shader.rst

+ 1 - 1
tutorials/shaders/shader_reference/spatial_shader.rst

@@ -117,7 +117,7 @@ Global built-ins are available everywhere, including custom functions.
 +-----------------------------+------------------------------------------------------------------------------------------+
 | in bool **OUTPUT_IS_SRGB**  | ``true`` when output is in sRGB color space (this is ``true`` in the Compatibility       |
 |                             | renderer, ``false`` in Forward+ and Forward Mobile).                                     |
-+----------------------------------------+-------------------------------------------------------------------------------+
++-----------------------------+------------------------------------------------------------------------------------------+
 | in float **CLIP_SPACE_FAR** | Clip space far ``z`` value.                                                              |
 |                             | In the Forward+ or Mobile renderers, it's ``0.0``.                                       |
 |                             | In the Compatibility renderer, it's ``-1.0``.                                            |