Fix code-tab

This commit is contained in:
Cyril B.
2025-07-30 16:23:22 +02:00
parent 03d7b1e98a
commit ab70e6097f

View File

@@ -111,6 +111,7 @@ shrinks the vertex array to remove duplicate vertices.
.. tabs::
.. code-tab:: gdscript GDScript
# 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))