set time to hide controlls to 1 second

This commit is contained in:
Jannik 2018-04-07 14:11:51 +02:00
parent ee3ec73a63
commit 87b3eae9fb
1 changed files with 1 additions and 1 deletions

View File

@ -175,7 +175,7 @@ public class PlayerController {
// hide controls timer init
final Timer timer = new Timer();
TimerTask controlAnimationTask = null; // task to execute save operation
final long delayTime = 5000;
final long delayTime = 1000;
@Override
public void handle(MouseEvent mouseEvent) {