Skip to content

Commit 058f0e7

Browse files
fix whitespace
1 parent 32b26a7 commit 058f0e7

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

bin/data/zzScenes/zzSushiScene/exampleCode.cpp

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,9 @@
55

66

77
void draw() {
8-
98
textWidth = getTextBoundingBox().width;
109
zoom = screenWidth * [[widthScale]] / textWidth;
11-
1210
setBackgroundColor(ColorFromHSV(mod(getElapsedTime(), 255), 200, 255));
13-
1411
points = getTextPointsWithSpacing([[drawEvery]]);
1512

1613
pushMatrix();
@@ -21,8 +18,4 @@ void draw() {
2118
}
2219

2320
popMatrix();
24-
25-
26-
27-
2821
}

0 commit comments

Comments
 (0)