Переглянути джерело

Merge pull request #9262 from MajorMcDoom/patch-2

Fix ImmediateMesh being referred to as a node when it is not

(cherry picked from commit e0eb9374bc5c78ce4329a148888dff9bf73773de)
Matthew 1 рік тому
батько
коміт
7c894304d3
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      tutorials/3d/procedural_geometry/surfacetool.rst

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

@@ -4,7 +4,7 @@ Using the SurfaceTool
 =====================
 
 The :ref:`SurfaceTool <class_surfacetool>` provides a useful interface for constructing geometry.
-The interface is similar to the :ref:`ImmediateMesh <class_ImmediateMesh>` node. You
+The interface is similar to the :ref:`ImmediateMesh <class_ImmediateMesh>` class. You
 set each per-vertex attribute (e.g. normal, uv, color) and then when you add a vertex it
 captures the attributes.