Fixes #3209: Reset stack to prevent leaking meaningful ones (#3210)

This commit is contained in:
yueh
2017-11-12 12:53:40 +01:00
committed by GitHub
parent fab42ccc75
commit 122b6163dc
2 changed files with 1 additions and 2 deletions
@@ -440,7 +440,6 @@ public final class CraftingCPUCluster implements IAECluster, ICraftingCPU
this.lastTime = 0;
this.elapsedTime = 0;
this.isComplete = true;
}
private void updateCPU()