Pārlūkot izejas kodu

Merge pull request #11468 from looeee/patch-1

[Docs] Fix minor type in renderer constants
Mr.doob 8 gadi atpakaļ
vecāks
revīzija
b45f9c573f
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      docs/api/constants/Renderer.html

+ 1 - 1
docs/api/constants/Renderer.html

@@ -33,7 +33,7 @@
 		<div>
 		These are used by the WebGLRenderer's [page:WebGLRenderer.setFaceCulling setFaceCulling] method.<br /><br />
 		[page:constant FrontFaceDirectionCW] sets the winding order for polygons to clockwise.<br />
-		[page:constant FrontFaceDirectionCW] sets the winding order for polygons to counter-clockwise (default).
+		[page:constant FrontFaceDirectionCCW] sets the winding order for polygons to counter-clockwise (default).
 		</div>
 
 		<h2>Shadow Types</h2>