Browse Source

Fix timestamp overflow in sparkle pattern

master
jrhoffa 3 years ago
parent
commit
14ddb4dfdc
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