Skip to content

Commit

Permalink
last change to make game buildable
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy committed Sep 14, 2017
1 parent c8d8fb8 commit 21f2d86
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Assets/Scripts/UI/Menu/MenuHandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,7 @@ public void OnStartFourPlayer()

public void OnQuit()
{
#if DEBUG
Debug.Break();
#else
Application.Stop();
#endif
}
}
}

0 comments on commit 21f2d86

Please sign in to comment.