Skip to content

Commit cd525a4

Browse files
committed
Pass static argument to scene2d
1 parent fdeed44 commit cd525a4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/plots/gl2d/convert.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,8 @@ function Axes2DOptions(scene) {
8989

9090
this.borderColor = [0, 0, 0, 0];
9191
this.backgroundColor = [0, 0, 0, 0];
92+
93+
this.static = this.scene.staticPlot;
9294
}
9395

9496
var proto = Axes2DOptions.prototype;

0 commit comments

Comments
 (0)