Browse Source

Fix timestamp overflow in sparkle pattern

S3
jrhoffa 3 years ago
parent
commit
9512f59686
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      main/patterns/sparkle.cpp

+ 1
- 1
main/patterns/sparkle.cpp View File

@@ -32,7 +32,7 @@ struct Sparkle {
}

int64_t start_us;
int end_us;
int64_t end_us;
int pos;
};



Loading…
Cancel
Save