mirror of
https://git.alee14.me/shiftos-archive/ShiftOS_TheReturn.git
synced 2025-01-23 02:12:14 +00:00
Merge pull request #122 from aren-cllc/patch-1
Stop pong from ending early.
This commit is contained in:
commit
92a83f44c8
1 changed files with 1 additions and 1 deletions
|
@ -629,7 +629,7 @@ namespace ShiftOS.WinForms.Applications
|
|||
if (this.Left < Screen.PrimaryScreen.Bounds.Width)
|
||||
{
|
||||
secondsleft = secondsleft - 1;
|
||||
if (secondsleft == 1)
|
||||
if (secondsleft == 0)
|
||||
{
|
||||
CompleteLevel();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue