Skip to content

Commit 415544e

Browse files
committed
Re-disabled 'showAfterimage' in default.
1 parent 7a9d9b6 commit 415544e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Settings.pde

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ static class Settings {
4343

4444
// Misc. parameters
4545
boolean showVelocityChart = false; // Show velocity chart in the chart canvas.
46-
boolean showAfterimage = true; // Show afterimage instead of red dots when 'showTrail' is true.
46+
boolean showAfterimage = false; // Show afterimage instead of red dots when 'showTrail' is true.
4747

4848
static ArrayList<String> booleanVariables;
4949
static ArrayList<String> floatVariables;

0 commit comments

Comments
 (0)