mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
Update to latest JOGL
This commit is contained in:
+1
-1
@@ -10,7 +10,7 @@ int fint = 3;
|
||||
|
||||
void setup() {
|
||||
size(800, 600, P3D);
|
||||
frameRate(240);
|
||||
frameRate(60);
|
||||
|
||||
particles = createShape(PShape.GROUP);
|
||||
sprite = loadImage("sprite.png");
|
||||
|
||||
Reference in New Issue
Block a user