Skip to content

Commit 6827024

Browse files
authored
Update Metro_HSTX_Matrix.ino
Change from 40% to 65%
1 parent 68aec70 commit 6827024

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Metro/Metro_HSTX_Matrix/Metro_HSTX_Matrix.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ struct CharStream {
3535
CharStream streams[250]; // Allow for decent density
3636

3737
// Stream creation rate (higher = more frequent new streams)
38-
const int STREAM_CREATION_CHANCE = 40; // % chance per frame to create new stream
38+
const int STREAM_CREATION_CHANCE = 65; // % chance per frame to create new stream
3939

4040
// Initial streams to create at startup
4141
const int INITIAL_STREAMS = 30;

0 commit comments

Comments
 (0)