Bläddra i källkod

Removed invalid spaces in shader "TIME"

Yuri Roubinsky 5 år sedan
förälder
incheckning
7511bf7b4b

+ 5 - 5
tutorials/shading/shading_reference/canvas_item_shader.rst

@@ -40,11 +40,11 @@ Global built-ins
 
 Global built-ins are available everywhere, including custom functions.
 
-+--------------------------------+-------------------------+
-| Built-in                       | Description             |
-+================================+=========================+
-| in float **TIME**              | Global time, in seconds.|
-+--------------------------------+-------------------------+
++-------------------+--------------------------+
+| Built-in          | Description              |
++===================+==========================+
+| in float **TIME** | Global time, in seconds. |
++-------------------+--------------------------+
 
 Vertex built-ins
 ^^^^^^^^^^^^^^^^

+ 5 - 5
tutorials/shading/shading_reference/particle_shader.rst

@@ -41,11 +41,11 @@ Global built-ins
 
 Global built-ins are available everywhere, including custom functions.
 
-+--------------------------------+-------------------------+
-| Built-in                       | Description             |
-+================================+=========================+
-| in float **TIME**              | Global time, in seconds.|
-+--------------------------------+-------------------------+
++-------------------+--------------------------+
+| Built-in          | Description              |
++===================+==========================+
+| in float **TIME** | Global time, in seconds. |
++-------------------+--------------------------+
 
 Vertex built-ins
 ^^^^^^^^^^^^^^^^

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

@@ -82,11 +82,11 @@ Global built-ins
 
 Global built-ins are available everywhere, including custom functions.
 
-+--------------------------------+-------------------------+
-| Built-in                       | Description             |
-+================================+=========================+
-| in float **TIME**              | Global time, in seconds.|
-+--------------------------------+-------------------------+
++-------------------+--------------------------+
+| Built-in          | Description              |
++===================+==========================+
+| in float **TIME** | Global time, in seconds. |
++-------------------+--------------------------+
 
 Vertex built-ins
 ^^^^^^^^^^^^^^^^