Browse Source

Merge pull request #11156 from Cykyrios/fix-code-tab

Fix code tab title in `SurfaceTool` tutorial
Matthew 1 week ago
parent
commit
8764297b9e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      tutorials/3d/procedural_geometry/surfacetool.rst

+ 1 - 0
tutorials/3d/procedural_geometry/surfacetool.rst

@@ -111,6 +111,7 @@ shrinks the vertex array to remove duplicate vertices.
 
 
 .. tabs::
 .. tabs::
  .. code-tab:: gdscript GDScript
  .. code-tab:: gdscript GDScript
+
     # Suppose we have a quad defined by 6 vertices as follows
     # Suppose we have a quad defined by 6 vertices as follows
     st.add_vertex(Vector3(-1, 1, 0))
     st.add_vertex(Vector3(-1, 1, 0))
     st.add_vertex(Vector3(1, 1, 0))
     st.add_vertex(Vector3(1, 1, 0))