Browse Source

Update immediategeometry.rst

Jean-Baptiste Vovau 5 years ago
parent
commit
b0e5ac14bc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tutorials/content/procedural_geometry/immediategeometry.rst

+ 1 - 1
tutorials/content/procedural_geometry/immediategeometry.rst

@@ -10,7 +10,7 @@ API like the SurfaceTool, but it's actually designed to create content on the fl
 Generating complex geometry (several thousand vertices) with this node is inefficient, even if it's
 Generating complex geometry (several thousand vertices) with this node is inefficient, even if it's
 done only once. Instead, it is designed to generate simple geometry that changes every frame.
 done only once. Instead, it is designed to generate simple geometry that changes every frame.
 
 
-Before starting, you should clear the clear the geometry by calling ``clear()``. This ensures that
+Before starting, you should clear the geometry by calling ``clear()``. This ensures that
 you are not building upon the geometry from the previous frame. If you want to keep geometry between frames, do
 you are not building upon the geometry from the previous frame. If you want to keep geometry between frames, do
 not call ``clear()``.
 not call ``clear()``.