Cosmetic bugfix for Pong.

This commit is contained in:
Michael 2017-06-22 13:17:38 -04:00
parent e69aa84c8b
commit bb38dad59b

View file

@ -402,6 +402,7 @@ namespace ShiftOS.WinForms.Applications
public void OnLoad()
{
pnlgamestart.CenterParent();
doAi = false;
doBallCalc = false;
pnlgamestart.Show();