Skip to content
Snippets Groups Projects
Commit 4a872ac4 authored by Jan Einar Thorvaldsen's avatar Jan Einar Thorvaldsen
Browse files

#46 Fixed screen bug on startup

parent e2ea97ed
No related branches found
No related tags found
1 merge request!53#46 Fixed screen bug on startup
Pipeline #215250 passed
......@@ -26,7 +26,7 @@ public class TankWarsGame extends Game {
@Override
public void create() {
this.setScreen(new GameScreen(this));
this.setScreen(new LoginScreen(this));
}
public int getViewportWidth(){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment