Ubuntu 10.04 logout
in
Integration and Hardware
•
2 years ago
Hi guys,
I've been learning Processing for about two weeks now and have come across a strange problem.
When I run the code below it logs me out of Ubuntu:
I've been learning Processing for about two weeks now and have come across a strange problem.
When I run the code below it logs me out of Ubuntu:
- void setup() {
- size(420, 640);
- background(204);
- smooth();
- }
1