mirror of
https://github.com/jneug/zeichenmaschine.git
synced 2026-04-14 14:43:33 +02:00
quit() nicht mehr abhängig von IN_BLUEJ
This commit is contained in:
@@ -157,7 +157,8 @@ public class Zeichenmaschine extends Constants implements MouseInputListener, Ke
|
||||
}
|
||||
|
||||
public void quit() {
|
||||
quit(!IN_BLUEJ);
|
||||
//quit(!IN_BLUEJ);
|
||||
quit(true);
|
||||
}
|
||||
|
||||
public void quit( boolean exit ) {
|
||||
|
||||
Reference in New Issue
Block a user