Skip to content

Commit 493d693

Browse files
authored
Revert "fix: push() ignoring the ColorMode #7402"
1 parent c83f4e3 commit 493d693

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)