diff options
| author | KiritoDv <kiritodev01@gmail.com> | 2024-03-26 00:11:46 -0600 |
|---|---|---|
| committer | KiritoDv <kiritodev01@gmail.com> | 2024-03-26 00:11:46 -0600 |
| commit | eb2dca9c14247da51a5fdac1f1e3f66cf0c660c4 (patch) | |
| tree | ed7d203d728f66a2ad55b44087696bdda97874f5 /src/factories/VtxFactory.cpp | |
| parent | aa22c0803efa346b7886e8c2d44a04eddb020b3c (diff) | |
Fixed geo layout factory bugs and some sm64 related stuff
Diffstat (limited to 'src/factories/VtxFactory.cpp')
| -rw-r--r-- | src/factories/VtxFactory.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
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_ptr<IParse if (Companion::Instance->IsDebug()) { write << "// count: " << std::to_string(vtx.size()) << " Vtxs\n"; + } else { + write << "\n"; } return offset + vtx.size() * sizeof(VtxRaw); |
