mirror of
https://github.com/inf112-v20/Fiasko.git
synced 2025-08-01 04:35:27 +02:00
endre til objktet Boolean
This commit is contained in:
@@ -71,7 +71,7 @@ public class PowerDownScreen extends AbstractScreen {
|
||||
stage.draw();
|
||||
|
||||
if (elapsedTime > 10) {
|
||||
sendPowerDownStatus(false);
|
||||
sendPowerDownStatus(Boolean.FALSE);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user