fixing the build for the XML and P3D changes

This commit is contained in:
benfry
2011-06-19 12:56:32 +00:00
parent 87deeaa360
commit fa772df0ad
6 changed files with 124 additions and 72 deletions

View File

@@ -112,7 +112,7 @@ import processing.core.*;
* Updated again for inclusion as a core library in March 2006.
* Constructor modifications in September 2008 as we approach 1.0.
*/
public class RawDXF extends PGraphics3D {
public class RawDXF extends PGraphics {
File file;
PrintWriter writer;