Fix StackError due to deferredSections.

This commit is contained in:
Myrd
2016-11-04 23:02:05 +00:00
parent 543f36147d
commit 117be64aa9

View File

@@ -211,10 +211,10 @@ public class Deck extends DeckBase implements Iterable<Entry<DeckSection, CardPo
putSection(sec, pool); putSection(sec, pool);
} }
deferredSections = null;
if (!hasExplicitlySpecifiedSet) { if (!hasExplicitlySpecifiedSet) {
convertByXitaxMethod(); convertByXitaxMethod();
} }
deferredSections = null;
} }
private void convertByXitaxMethod() { private void convertByXitaxMethod() {