From eb2dca9c14247da51a5fdac1f1e3f66cf0c660c4 Mon Sep 17 00:00:00 2001 From: KiritoDv Date: Tue, 26 Mar 2024 00:11:46 -0600 Subject: Fixed geo layout factory bugs and some sm64 related stuff --- src/factories/VtxFactory.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/factories/VtxFactory.cpp') diff --git a/src/factories/VtxFactory.cpp b/src/factories/VtxFactory.cpp index 928f1c7..d09e23f 100644 --- a/src/factories/VtxFactory.cpp +++ b/src/factories/VtxFactory.cpp @@ -55,6 +55,8 @@ ExportResult VtxCodeExporter::Export(std::ostream &write, std::shared_ptrIsDebug()) { write << "// count: " << std::to_string(vtx.size()) << " Vtxs\n"; + } else { + write << "\n"; } return offset + vtx.size() * sizeof(VtxRaw); -- cgit v1.2.3