fix opengl for spout

This commit is contained in:
interfisch 2018-12-27 15:18:00 +01:00
parent c0a4e41bff
commit 32f76f397d
1 changed files with 2 additions and 2 deletions

View File

@ -36,10 +36,10 @@ int unitdisplay_count=9; //how much different units available
int xtextstart=10;
void setup() {
size(800, 600);
size(800, 600, P3D);
frameRate(30);
fontregular=createFont("Montserrat-Regular.ttf",32);
fontregular=createFont("Montserrat-Regular.ttf",64);
textFont(fontregular);
image_line= loadImage("bleeptrackline.png");