just a little note

This commit is contained in:
benfry
2012-09-03 01:48:52 +00:00
parent 7709d70d47
commit 3fa1dcfc06
@@ -8976,6 +8976,9 @@ public class PApplet extends Activity implements PConstants, Runnable {
}
/**
* Returns the native Bitmap object for this PImage.
*/
public Object getNative() {
return g.getNative();
}