mirror of
https://github.com/izzy2lost/Torch.git
synced 2026-07-06 00:18:35 -07:00
Fixed possible conflicts with LUS
This commit is contained in:
+1
-1
@@ -35,7 +35,7 @@ ExportResult TypeBinaryExporter::Export(std::ostream &write, std::shared_ptr<IPa
|
||||
std::optional<std::shared_ptr<IParsedData>> TypeFactory::parse(std::vector<uint8_t>& buffer, YAML::Node& node) {
|
||||
auto [root, segment] = Decompressor::AutoDecode(node, buffer, 0x1000);
|
||||
LUS::BinaryReader reader(segment.data, segment.size);
|
||||
reader.SetEndianness(LUS::Endianness::Big);
|
||||
reader.SetEndianness(Torch::Endianness::Big);
|
||||
|
||||
return std::make_shared<TypeData>();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user