diff --git a/src/olympic/studio/modlib/include/studio/project.hpp b/src/olympic/studio/modlib/include/studio/project.hpp index 47a57bea..e242c1da 100644 --- a/src/olympic/studio/modlib/include/studio/project.hpp +++ b/src/olympic/studio/modlib/include/studio/project.hpp @@ -130,7 +130,6 @@ ox::Error Project::writeObj(ox::CRStringView path, T const&obj, ox::ClawFormat f if (!descExists || ox::defines::Debug) { // write all descriptors because we don't know which types T depends on oxReturnError(mkdir(descPath)); - m_typeStore.get().value; for (auto const &t: m_typeStore.typeList()) { oxRequireM(typeOut, ox::writeClaw(*t, ox::ClawFormat::Organic)); // replace garbage last character with new line