MatrixEffect: Slightly reduced the chance of starting a new column.
This commit is contained in:
@@ -348,7 +348,7 @@ class MatrixColumn {
|
||||
|
||||
void loop() {
|
||||
if (!running) {
|
||||
if (random8() < 50) {
|
||||
if (random8() < 20) {
|
||||
// Start the column again.
|
||||
start();
|
||||
}
|
||||
|
Reference in New Issue
Block a user