mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
Resolves preproc issue related to #352.
This commit is contained in:
@@ -12,7 +12,7 @@ import java.io.InputStream;
|
||||
import java.io.OutputStream;
|
||||
import java.io.IOException;
|
||||
|
||||
public class fullscreen extends PApplet {
|
||||
public class fullscreen_arg extends PApplet {
|
||||
|
||||
public void setup() {
|
||||
/* size commented out by preprocessor */;
|
||||
|
||||
Reference in New Issue
Block a user