Skip to content

Commit b8eeb54

Browse files
author
Lauren McCarthy
committed
issue #976
1 parent f458219 commit b8eeb54

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

src/core/structure.js

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -162,17 +162,17 @@ p5.prototype.loop = function() {
162162
p5.prototype.push = function () {
163163
this._renderer.push();
164164
this._styles.push({
165-
doStroke: this._renderer._doStroke,
166-
doFill: this._renderer._doFill,
167-
tint: this._renderer._tint,
168-
imageMode: this._renderer._imageMode,
169-
rectMode: this._renderer._rectMode,
170-
ellipseMode: this._renderer._ellipseMode,
171-
colorMode: this._renderer._colorMode,
172-
textFont: this._renderer._textFont,
173-
textLeading: this._renderer._textLeading,
174-
textSize: this._renderer._textSize,
175-
textStyle: this._renderer._textStyle
165+
_doStroke: this._renderer._doStroke,
166+
_doFill: this._renderer._doFill,
167+
_tint: this._renderer._tint,
168+
_imageMode: this._renderer._imageMode,
169+
_rectMode: this._renderer._rectMode,
170+
_ellipseMode: this._renderer._ellipseMode,
171+
_colorMode: this._renderer._colorMode,
172+
_textFont: this._renderer._textFont,
173+
_textLeading: this._renderer._textLeading,
174+
_textSize: this._renderer._textSize,
175+
_textStyle: this._renderer._textStyle
176176
});
177177
};
178178

0 commit comments

Comments
 (0)