new light code from simon, and other prep for 82

This commit is contained in:
benfry
2005-04-06 04:47:22 +00:00
parent 01774cfff0
commit 7fb4324265
17 changed files with 2298 additions and 974 deletions

View File

@@ -62,7 +62,7 @@ public class PdeBase {
// make sure that this is running on java 1.4
if (PApplet.javaVersion < 1.4) {
if (PApplet.javaVersion < 1.4f) {
//System.err.println("no way man");
PdeBase.showError("Need to install Java 1.4",
"This version of Processing requires \n" +