mirror of
https://github.com/processing/processing4.git
synced 2026-02-14 10:55:38 +01:00
Major Blooper :(
This commit is contained in:
@@ -27,7 +27,7 @@ public class AutoSaveUtil {
|
||||
*/
|
||||
public AutoSaveUtil(DebugEditor dedit, int timeOut){
|
||||
editor = dedit;
|
||||
if (timeOut < 5) {
|
||||
if (timeOut < 1) { // less than 1 minute not allowed!
|
||||
saveTime = -1;
|
||||
throw new IllegalArgumentException("");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user