summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMegaMech <MegaMech@users.noreply.github.com>2024-05-03 14:08:10 -0600
committerLywx <kiritodev01@gmail.com>2024-05-03 15:48:06 -0600
commit9989d25fce60b329b03b1d5a70b3084912cb8644 (patch)
tree5c91dcb054d9b8e43a0eefb2474cea3f975f1146
parent24d9953cef34a914426cbd6baf611acef453ac26 (diff)
Update MtxFactory.cpp
-rw-r--r--src/factories/MtxFactory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/factories/MtxFactory.cpp b/src/factories/MtxFactory.cpp
index d8f720d..eb7d833 100644
--- a/src/factories/MtxFactory.cpp
+++ b/src/factories/MtxFactory.cpp
@@ -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;
}