Bläddra i källkod

Merge pull request #34576 from rcorre/imgeo-coords

Clarify ImmediateGeometry.add_vertex.
Rémi Verschelde 5 år sedan
förälder
incheckning
46bc05c5ac
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      doc/classes/ImmediateGeometry.xml

+ 1 - 1
doc/classes/ImmediateGeometry.xml

@@ -30,7 +30,7 @@
 			<argument index="0" name="position" type="Vector3">
 			</argument>
 			<description>
-				Adds a vertex with the currently set color/uv/etc.
+				Adds a vertex in local coordinate space with the currently set color/uv/etc.
 			</description>
 		</method>
 		<method name="begin">