Update MtxFactory.cpp

This commit is contained in:
MegaMech
2024-05-03 15:48:06 -06:00
committed by Lywx
parent 24d9953cef
commit 9989d25fce
+1 -1
View File
@@ -126,7 +126,7 @@ ExportResult MtxBinaryExporter::Export(std::ostream &write, std::shared_ptr<IPar
writer.Write(m.mtx[14]);
writer.Write(m.mtx[15]);
}
throw std::runtime_error("Mtx not tested for otr/o2r.");
//throw std::runtime_error("Mtx not tested for otr/o2r.");
writer.Finish(write);
return std::nullopt;
}