Skip to content
Snippets Groups Projects
Commit 9bd92675 authored by Sixten Müller's avatar Sixten Müller
Browse files

bug: lambda bug

parent 0f90614f
No related branches found
No related tags found
2 merge requests!22Resolve "Create game model",!18Draft: Resolve "Create game model"
......@@ -50,12 +50,7 @@ public class LeaderBoardController {
@Override
public void run() {
// This code will be executed when the round starts flag is set to true
Gdx.app.postRunnable(new Runnable() {
@Override
public void run() {
startNewRound();
}
});
Gdx.app.postRunnable(() -> startNewRound());
}
});
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment