Skip to content

Commit ab70e60

Browse files
committed
Fix code-tab
1 parent 03d7b1e commit ab70e60

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)