# HG changeset patch # User Alys Brooks # Date 2021-04-05 21:40:59 # Node ID 66db7b3b51fbed2fa068b61b6e64c79678ceb34c # Parent c06f0519b8b266d55068e08d6f76093230a93a97 Bring back budget updates for now. (grafted from 3273a0b51ca7e93b00f5a831c0af26e4d9aba2e5) diff --git a/isometric-park-fna/FNAGame.cs b/isometric-park-fna/FNAGame.cs --- a/isometric-park-fna/FNAGame.cs +++ b/isometric-park-fna/FNAGame.cs @@ -472,7 +472,7 @@ if (this.showBudget) { - // this.showBudget = this.budgetWindow.update(mouseCur, this.simulation.latestBudget, this.simulation.previousBudget); + this.showBudget = this.budgetWindow.update(mouseCur, this.simulation.latestBudget, this.simulation.previousBudget); }