mirror of
https://github.com/inf112-v20/Fiasko.git
synced 2025-01-31 23:29:36 +01:00
Fjerner ubrukt debugging variabel
This commit is contained in:
parent
8f416baf51
commit
6ba5c05813
@ -37,7 +37,6 @@ public class GameLauncher extends ApplicationAdapter implements InputProcessor {
|
||||
private Vector2 lastTouch;
|
||||
private final int viewPortWidth = 12 * tileDimensions;
|
||||
private final int viewPortHeight = 12 * tileDimensions;
|
||||
private boolean debugging = false;
|
||||
|
||||
@Override
|
||||
public void create() {
|
||||
@ -116,6 +115,8 @@ public class GameLauncher extends ApplicationAdapter implements InputProcessor {
|
||||
this.game = debugGame;
|
||||
this.debugGame = temp;
|
||||
return true;
|
||||
default:
|
||||
return false;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user