mirror of
https://github.com/processing/processing4.git
synced 2026-02-12 01:50:44 +01:00
fixing the build for the XML and P3D changes
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user