Skip to content

Commit

Permalink
Hides gameplay UI elements when manually ending a game
Browse files Browse the repository at this point in the history
Fixes #14
  • Loading branch information
jonuy committed Jul 3, 2014
1 parent 989dd4c commit 4b6d1cb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Assets/Scripts/GameController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,9 @@ public void EndGame() {

// Cancel any pending invoke calls.
CancelInvoke();

// Hide any gameplay UI elements
this.HideGameplayUI();
}

private void UpdateGUI() {
Expand Down

0 comments on commit 4b6d1cb

Please sign in to comment.