diff options
| author | Michael <[email protected]> | 2017-06-22 12:17:11 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-06-22 12:17:11 -0400 |
| commit | 1e6be6b12c392684a2b48f0f3737af84b8a72ad5 (patch) | |
| tree | 2c91680e0063027508be4c13658b642aa36b796f /ShiftOS.WinForms | |
| parent | 222c78690adca10f383d7256bcb1df819eb3fa39 (diff) | |
| download | shiftos_thereturn-1e6be6b12c392684a2b48f0f3737af84b8a72ad5.tar.gz shiftos_thereturn-1e6be6b12c392684a2b48f0f3737af84b8a72ad5.tar.bz2 shiftos_thereturn-1e6be6b12c392684a2b48f0f3737af84b8a72ad5.zip | |
don't draw ai ball
Diffstat (limited to 'ShiftOS.WinForms')
| -rw-r--r-- | ShiftOS.WinForms/Applications/Pong.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ShiftOS.WinForms/Applications/Pong.cs b/ShiftOS.WinForms/Applications/Pong.cs index 5b60fbd..b615cf0 100644 --- a/ShiftOS.WinForms/Applications/Pong.cs +++ b/ShiftOS.WinForms/Applications/Pong.cs @@ -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) { |
