Skip to content

Commit 7c9cfaf

Browse files
authored
Merge pull request #10140 from Chaosus/fix_typo
Fix typo in spatial_shader.rst
2 parents bb40500 + 5320185 commit 7c9cfaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/shaders/shader_reference/spatial_shader.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ Global built-ins are available everywhere, including custom functions.
117117
+-----------------------------+------------------------------------------------------------------------------------------+
118118
| in bool **OUTPUT_IS_SRGB** | ``true`` when output is in sRGB color space (this is ``true`` in the Compatibility |
119119
| | renderer, ``false`` in Forward+ and Forward Mobile). |
120-
+----------------------------------------+-------------------------------------------------------------------------------+
120+
+-----------------------------+------------------------------------------------------------------------------------------+
121121
| in float **CLIP_SPACE_FAR** | Clip space far ``z`` value. |
122122
| | In the Forward+ or Mobile renderers, it's ``0.0``. |
123123
| | In the Compatibility renderer, it's ``-1.0``. |

0 commit comments

Comments
 (0)