mirror of
https://github.com/processing/processing4.git
synced 2026-02-11 17:40:48 +01:00
removed 2D hack from P3D
This commit is contained in:
@@ -11266,9 +11266,9 @@ public class PApplet extends Applet
|
||||
* @see PApplet#loadFont(String)
|
||||
* @see PFont#PFont
|
||||
* @see PGraphics#textFont(PFont)
|
||||
* @see_external String
|
||||
* @see PGraphics#rectMode(int)
|
||||
* @see PGraphics#fill(int, float)
|
||||
* @see_external String
|
||||
*/
|
||||
public void text(char c) {
|
||||
if (recorder != null) recorder.text(c);
|
||||
|
||||
Reference in New Issue
Block a user