Used a better fix on missing boxes on upgrades

This commit is contained in:
Aktanusa
2015-12-28 11:09:54 -05:00
parent 14c1afa30d
commit 5aa21209b9
2 changed files with 2 additions and 2 deletions

View File

@@ -2017,7 +2017,7 @@ CM.ReplaceNative = function() {
Game.RebuildUpgrades = function() {
CM.Backup.RebuildUpgrades();
CM.Disp.AddTooltipUpgrade();
CM.Sim.DoSims = 1;
Game.recalculateGains = 1;
}
CM.Backup.UpdateMenu = Game.UpdateMenu;