Browse Source

Merge pull request #5789 from Chaosus/shader_vec3_hint_color

Yuri Rubinsky 3 years ago
parent
commit
05ba53b5ff
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tutorials/shaders/shader_reference/shading_language.rst

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

@@ -755,7 +755,7 @@ Full list of hints below:
 +----------------------+------------------------------------------------+--------------------------------------+
 | Type                 | Hint                                           | Description                          |
 +======================+================================================+======================================+
-| **vec4**             | hint_color                                     | Used as color.                       |
+| **vec3, vec4**       | hint_color                                     | Used as color.                       |
 +----------------------+------------------------------------------------+--------------------------------------+
 | **int, float**       | hint_range(min, max[, step])                   | Used as range (with min/max/step).   |
 +----------------------+------------------------------------------------+--------------------------------------+