Merge pull request #72 from craftxbox/patch-1

FIX THE DAMN ISSUE
This commit is contained in:
Michael VanOverbeek 2017-02-22 21:02:56 -05:00 committed by GitHub
commit a3fe772dbe

View file

@ -245,7 +245,7 @@ namespace ShiftOS.WinForms.Applications
if (this.Left < Screen.PrimaryScreen.Bounds.Width)
{
secondsleft = secondsleft - 1;
if (secondsleft == -1)
if (secondsleft == 0)
{
secondsleft = 60;
level = level + 1;