diff options
| author | MegaMech <MegaMech@users.noreply.github.com> | 2024-06-01 20:30:27 -0600 |
|---|---|---|
| committer | Lywx <kiritodev01@gmail.com> | 2024-06-03 20:51:16 -0600 |
| commit | 98cf6c0c139bfd0079da4c77f8519db035858ecc (patch) | |
| tree | 8b500dafb7d3892428e8685112189fbc10ae5e69 | |
| parent | c4ac0b43130c1553756abd260a8197b678da120e (diff) | |
Update CourseVtx.cpp
| -rw-r--r-- | src/factories/mk64/CourseVtx.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/factories/mk64/CourseVtx.cpp b/src/factories/mk64/CourseVtx.cpp index f16c3a9..aaf5228 100644 --- a/src/factories/mk64/CourseVtx.cpp +++ b/src/factories/mk64/CourseVtx.cpp @@ -80,7 +80,7 @@ std::optional<std::shared_ptr<IParsedData>> MK64::CourseVtxFactory::parse(std::v auto [_, segment] = Decompressor::AutoDecode(node, buffer); LUS::BinaryReader reader(segment.data, count * sizeof(CourseVtx)); - reader.SetEndianness(LUS::Endianness::Big); + reader.SetEndianness(Torch::Endianness::Big); std::vector<CourseVtx> vertices; for(size_t i = 0; i < count; i++) { |
