Skip to content

Commit 2a5abe4

Browse files
committed
Fix error in new Text Rotation example
1 parent a404794 commit 2a5abe4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

content/examples/Basics/Typography/TextRotation/TextRotation.pde

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ float angleRotate = 0.0;
1010
void setup() {
1111
size(640, 360);
1212
background(0);
13-
14-
pixelDensity(2);
1513

1614
// Create the font from the .ttf file in the data folder
1715
f = createFont("SourceCodePro-Regular.ttf", 18);

0 commit comments

Comments
 (0)