diff options
| author | Michael <[email protected]> | 2017-06-22 13:17:38 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-06-22 13:17:38 -0400 |
| commit | bb38dad59be6583e4c0a2fe851f264ed8d1fec2e (patch) | |
| tree | 5ab62e6a0af800d2289e4a32b9549a187c1c06f6 | |
| parent | e69aa84c8b33ac3e0d91de9bf110b1f0c751c923 (diff) | |
| download | shiftos_thereturn-bb38dad59be6583e4c0a2fe851f264ed8d1fec2e.tar.gz shiftos_thereturn-bb38dad59be6583e4c0a2fe851f264ed8d1fec2e.tar.bz2 shiftos_thereturn-bb38dad59be6583e4c0a2fe851f264ed8d1fec2e.zip | |
Cosmetic bugfix for Pong.
| -rw-r--r-- | ShiftOS.WinForms/Applications/Pong.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ShiftOS.WinForms/Applications/Pong.cs b/ShiftOS.WinForms/Applications/Pong.cs index b615cf0..2f309f3 100644 --- a/ShiftOS.WinForms/Applications/Pong.cs +++ b/ShiftOS.WinForms/Applications/Pong.cs @@ -402,6 +402,7 @@ namespace ShiftOS.WinForms.Applications public void OnLoad() { + pnlgamestart.CenterParent(); doAi = false; doBallCalc = false; pnlgamestart.Show(); |
