Skip to content

Commit 8764297

Browse files
authored
Merge pull request #11156 from Cykyrios/fix-code-tab
Fix code tab title in `SurfaceTool` tutorial
2 parents 03d7b1e + ab70e60 commit 8764297

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tutorials/3d/procedural_geometry/surfacetool.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ shrinks the vertex array to remove duplicate vertices.
111111

112112
.. tabs::
113113
.. code-tab:: gdscript GDScript
114+
114115
# Suppose we have a quad defined by 6 vertices as follows
115116
st.add_vertex(Vector3(-1, 1, 0))
116117
st.add_vertex(Vector3(1, 1, 0))

0 commit comments

Comments
 (0)