mirror of
https://github.com/izzy2lost/Torch.git
synced 2026-07-06 00:18:35 -07:00
Update CourseMetadata.cpp
This commit is contained in:
@@ -15,8 +15,6 @@ ExportResult MK64::CourseMetadataCodeExporter::Export(std::ostream &write, std::
|
||||
throw std::runtime_error("Course metadata null");
|
||||
}
|
||||
|
||||
|
||||
|
||||
// Sort the data by id, 0 to 20 and beyond.
|
||||
std::sort(metadata.begin(), metadata.end(),
|
||||
[this](const CourseMetadata& a, const CourseMetadata& b) {
|
||||
|
||||
Reference in New Issue
Block a user