endre til objktet Boolean

This commit is contained in:
Tobydrama
2020-04-20 18:05:24 +02:00
parent 48384686fb
commit ea72a6848a
4 changed files with 24 additions and 13 deletions

View File

@@ -71,7 +71,7 @@ public class PowerDownScreen extends AbstractScreen {
stage.draw();
if (elapsedTime > 10) {
sendPowerDownStatus(false);
sendPowerDownStatus(Boolean.FALSE);
}
}