mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 19:28:01 +00:00
fix CardRules setColorID reset
This commit is contained in:
@@ -475,6 +475,7 @@ public final class CardRules implements ICardCharacteristics {
|
|||||||
* Reset all fields to parse next card (to avoid allocating new CardRulesReader N times)
|
* Reset all fields to parse next card (to avoid allocating new CardRulesReader N times)
|
||||||
*/
|
*/
|
||||||
public final void reset() {
|
public final void reset() {
|
||||||
|
this.setColorID = 0;
|
||||||
this.curFace = 0;
|
this.curFace = 0;
|
||||||
this.faces[0] = null;
|
this.faces[0] = null;
|
||||||
this.faces[1] = null;
|
this.faces[1] = null;
|
||||||
|
|||||||
Reference in New Issue
Block a user