aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-06-22 12:17:11 -0400
committerMichael <[email protected]>2017-06-22 12:17:11 -0400
commit1e6be6b12c392684a2b48f0f3737af84b8a72ad5 (patch)
tree2c91680e0063027508be4c13658b642aa36b796f
parent222c78690adca10f383d7256bcb1df819eb3fa39 (diff)
downloadshiftos_thereturn-1e6be6b12c392684a2b48f0f3737af84b8a72ad5.tar.gz
shiftos_thereturn-1e6be6b12c392684a2b48f0f3737af84b8a72ad5.tar.bz2
shiftos_thereturn-1e6be6b12c392684a2b48f0f3737af84b8a72ad5.zip
don't draw ai ball
-rw-r--r--ShiftOS.WinForms/Applications/Pong.cs2
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)
{