don't draw ai ball
This commit is contained in:
parent
222c78690a
commit
1e6be6b12c
1 changed files with 1 additions and 1 deletions
|
@ -304,7 +304,7 @@ namespace ShiftOS.WinForms.Applications
|
|||
doAi = true;
|
||||
}
|
||||
|
||||
private bool drawAiBall = true;
|
||||
private bool drawAiBall = false;
|
||||
|
||||
private void pnlcanvas_Paint(object sender, PaintEventArgs e)
|
||||
{
|
||||
|
|
Reference in a new issue