Forráskód Böngészése

Merge pull request #17694 from milcondoin/patch-1

Update DrawModes.html
Michael Herzog 5 éve
szülő
commit
5e949ce495
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      docs/api/en/constants/DrawModes.html

+ 1 - 1
docs/api/en/constants/DrawModes.html

@@ -26,7 +26,7 @@
 			THREE.TrianglesDrawMode
 		</code>
 		<p>
-			This is the default, and results in every three consecutive vertices (v0, v1, v2), (v2, v3, v5), ...
+			This is the default, and results in every three consecutive vertices (v0, v1, v2), (v3, v4, v5), ...
 			being interpreted as a separate triangle. <br />
 			If the number of vertices is not a multiple of 3, excess vertices are ignored.
 		</p>