correction bug
This commit is contained in:
parent
34994b5213
commit
7f9f52d4d3
@ -277,7 +277,7 @@ public class GameView extends View implements View.OnTouchListener {
|
||||
|
||||
this.drawGrid(canvas);
|
||||
|
||||
if (this.model != null)
|
||||
if (this.model == null)
|
||||
return;
|
||||
|
||||
this.drawLines(canvas);
|
||||
|
Loading…
Reference in New Issue
Block a user