Browse Source

Merge pull request #2650 from FlamyAT/patch-1

Replace "shaders" with "shadows" in "shadows_disabled"
Rémi Verschelde 6 years ago
parent
commit
fbe5bfed7f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tutorials/shading/shading_reference/spatial_shader.rst

+ 1 - 1
tutorials/shading/shading_reference/spatial_shader.rst

@@ -68,7 +68,7 @@ Render modes
 +---------------------------------+-----------------------------------------------------------------------+
 +---------------------------------+-----------------------------------------------------------------------+
 | **vertex_lighting**             | Use vertex-based lighting.                                            |
 | **vertex_lighting**             | Use vertex-based lighting.                                            |
 +---------------------------------+-----------------------------------------------------------------------+
 +---------------------------------+-----------------------------------------------------------------------+
-| **shadows_disabled**            | Disable computing shaders in shader.                                  |
+| **shadows_disabled**            | Disable computing shadows in shader.                                  |
 +---------------------------------+-----------------------------------------------------------------------+
 +---------------------------------+-----------------------------------------------------------------------+
 | **ambient_light_disabled**      | Disable contribution from ambient light and radiance map.             |
 | **ambient_light_disabled**      | Disable contribution from ambient light and radiance map.             |
 +---------------------------------+-----------------------------------------------------------------------+
 +---------------------------------+-----------------------------------------------------------------------+