mirror of
https://github.com/jneug/zeichenmaschine.git
synced 2026-04-14 14:43:33 +02:00
Bug behoben: delay() funktioniert nun auch nach Stopp der ZM
This commit is contained in:
@@ -952,7 +952,8 @@ public class Zeichenmaschine extends Constants {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if( state != Options.AppState.RUNNING ) {
|
if( state == Options.AppState.INITIALIZING ||
|
||||||
|
state == Options.AppState.INITIALIZED ) {
|
||||||
LOG.warn("Don't use delay(int) from within settings() or setup().");
|
LOG.warn("Don't use delay(int) from within settings() or setup().");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user