Skip to content

Commit 9a3935b

Browse files
author
Mike Harvey
committed
use boolean for shouldMirror
1 parent 27f7dbb commit 9a3935b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/GeneratedDancer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class GeneratedDancer {
4040

4141
this.graphics = this.p5.createGraphics(worldW, worldH);
4242
this.graphics.pixelDensity(1);
43-
this.shouldMirror = 1;
43+
this.shouldMirror = false;
4444
this.mirror = 1;
4545

4646
// Hand the renderer our mid-layer 2D context.

0 commit comments

Comments
 (0)