Skip to content

Commit 3adc5a9

Browse files
author
Chris Hallberg
committed
Diff reduction 2.
1 parent 6b9886b commit 3adc5a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/visualize_qtree/sketch.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ function draw() {
4545

4646
function show(qtree, range) {
4747
noFill();
48-
rectMode(CENTER);
4948
strokeWeight(1);
49+
rectMode(CENTER);
5050
stroke(255, 41);
5151
if (range.intersects(qtree.boundary)) {
5252
stroke(255);

0 commit comments

Comments
 (0)