Hopefully to fix the crashing

This commit is contained in:
Aktanusa
2016-02-09 13:04:35 -05:00
parent 5640cbb9c8
commit f1a79cbaa3
2 changed files with 2 additions and 2 deletions

View File

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