Creature computations working again

This commit is contained in:
Stefan Zermatten
2020-03-23 11:59:04 +02:00
parent 74fef2bd39
commit 2981813751
20 changed files with 107 additions and 154 deletions

View File

@@ -13,6 +13,7 @@ export default function computeStat(stat, memo){
stat.value = NaN;
stat.computationDetails.busyComputing = false;
stat.computationDetails.error = 'dependencyLoop';
console.warn('dependencyLoop', stat);
return;
}
// Compute and aggregate all the effects