mirror of
https://github.com/processing/processing4.git
synced 2026-02-11 09:39:19 +01:00
new light code from simon, and other prep for 82
This commit is contained in:
@@ -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" +
|
||||
|
||||
Reference in New Issue
Block a user