We don't have to reverse our list of files, thanks screen-nx

This commit is contained in:
Huntereb 2019-11-20 21:39:22 -05:00
parent 2989485c1a
commit 3118a4f4eb

View File

@ -65,7 +65,6 @@ namespace inst::util {
}
}
std::sort(files.begin(), files.end());
std::reverse(files.begin(), files.end());
return files;
}