Apparently this happens on command fits as well... temp fix until I can look into why this happens

This commit is contained in:
blitzmann
2017-04-12 00:34:50 -04:00
parent e28bf545e9
commit a7ec10525e

View File

@@ -689,7 +689,10 @@ class Fit(object):
# For fits that are under local's Command, we do the same thing
for value in self.boostedOnto.values():
value.boosted_fit.__resetDependantCalcs()
# apparently this is a thing that happens when removing a command fit from a fit and then switching to
# that command fit. Same as projected clears, figure out why.
if value.boosted_fit:
value.boosted_fit.__resetDependantCalcs()
# it should be noted that command bursts don't affect other command bursts