correction bug
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user