mirror of
https://github.com/processing/processing4.git
synced 2026-01-25 09:21:07 +01:00
Update PApplet.java: remove unmatched closing tag
This commit is contained in:
@@ -913,7 +913,7 @@ public class PApplet implements PConstants {
|
||||
* Processing Development Environment (PDE). For example, when
|
||||
* using the Eclipse code editor, it's necessary to use
|
||||
* <b>settings()</b> to define the <b>size()</b> and
|
||||
* <b>smooth()</b> values for a sketch.</b>.
|
||||
* <b>smooth()</b> values for a sketch.
|
||||
* <br /> <br />
|
||||
* The <b>settings()</b> method runs before the sketch has been
|
||||
* set up, so other Processing functions cannot be used at that
|
||||
|
||||
Reference in New Issue
Block a user