# HG changeset patch # User Alys Brooks # Date 2021-04-05 21:40:59 # Node ID 3273a0b51ca7e93b00f5a831c0af26e4d9aba2e5 # Parent 7992ed911c41c462f47c93592abc80854bdcd8fa Bring back budget updates for now. 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 @@ -484,7 +484,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); }