Преглед на файлове

Fixes the canvas item vertex example

MrCdK преди 7 години
родител
ревизия
3f522f38d2
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      tutorials/shading/shading_language.rst

+ 1 - 1
tutorials/shading/shading_language.rst

@@ -987,7 +987,7 @@ happen later, though) with the following code, so it can be done manually:
 
 .. code-block:: glsl
 
-    shader_type spatial;
+    shader_type canvas_item;
     render_mode skip_vertex_transform;
 
     void vertex() {