mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
updated library name in example
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import processing.nwin.*;
|
||||
import processing.glw.*;
|
||||
|
||||
void setup() {
|
||||
size(2560, 1440, NWin.P2D);
|
||||
size(2560, 1440, GLW.P2D);
|
||||
frameRate(180);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user