removed 2D hack from P3D

This commit is contained in:
codeanticode
2011-12-21 02:39:28 +00:00
parent 853c7363ba
commit 3257ec3f4e
2 changed files with 173 additions and 655 deletions

View File

@@ -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);