mirror of
https://git.alee14.me/shiftos-archive/ShiftOS_TheReturn.git
synced 2025-01-22 18:02:16 +00:00
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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue