Skip to content

Commit 8f55c67

Browse files
authored
Merge pull request #7848 from processing/revert-7586-fix/push-and-pop-ignoring-colorMode
Revert "fix: push() ignoring the ColorMode #7402"
2 parents c83f4e3 + 493d693 commit 8f55c67

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/core/p5.Renderer.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,7 @@ class Renderer extends p5.Element {
8686
_textAlign: this._textAlign,
8787
_textBaseline: this._textBaseline,
8888
_textStyle: this._textStyle,
89-
_textWrap: this._textWrap,
90-
_colorMode: this._colorMode,
91-
_colorMaxes: this._colorMaxes.slice()
89+
_textWrap: this._textWrap
9290
}
9391
};
9492
}

0 commit comments

Comments
 (0)