mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2026-08-20 22:49:06 +00:00
Notifications (#3002)
This commit is contained in:
@@ -6996,7 +6996,7 @@ int Context::run() {
|
||||
} else if (p->order_by.compare("name", true) == 0) {
|
||||
std::sort(testArray.begin(), testArray.end(), nameOrderComparator);
|
||||
} else if (p->order_by.compare("rand", true) == 0) {
|
||||
std::srand(p->rand_seed);
|
||||
srand(p->rand_seed);
|
||||
|
||||
// random_shuffle implementation
|
||||
const auto first = &testArray[0];
|
||||
|
||||
Reference in New Issue
Block a user