Skip to content
Snippets Groups Projects
Commit 2af55a0b authored by steyer's avatar steyer
Browse files

Néhány javítás

parent 9086f0df
Branches
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ public class GameRunner extends Thread {
private final GameBoard board;
private volatile boolean paused;
public GameRunner(GameBoard board) { //TODO teszt
public GameRunner(GameBoard board) {
this.board = board;
model = null;
paused = true;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment