Procházet zdrojové kódy

Merge pull request #11651 from cnspaha/patch-1

Update Font.html: fixed divisions default value
Mr.doob před 8 roky
rodič
revize
62e37616ba
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      docs/api/extras/core/Font.html

+ 1 - 1
docs/api/extras/core/Font.html

@@ -50,7 +50,7 @@
 		<div>
 			[page:String text] -- string of text.<br />
 			[page:Float size] -- (optional) scale for the [page:Shape Shapes]. Default is *100*.<br />
-			[page:Integer divisions] -- (optional) fineness of the [page:Shape Shapes]. Default is *5*.<br />
+			[page:Integer divisions] -- (optional) fineness of the [page:Shape Shapes]. Default is *4*.<br />
 
 			Creates an array of [page:Shape Shapes] representing the text in the font.
 		</div>