浏览代码

Fix code-tab

Cyril B. 2 月之前
父节点
当前提交
ab70e6097f
共有 1 个文件被更改,包括 1 次插入0 次删除
  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::
  .. 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))