don't draw ai ball

This commit is contained in:
Michael 2017-06-22 12:17:11 -04:00
parent 222c78690a
commit 1e6be6b12c

View file

@ -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)
{