diff options
| author | inspectredc <inspectredc@gmail.com> | 2024-04-02 15:00:45 +0100 |
|---|---|---|
| committer | Lywx <kiritodev01@gmail.com> | 2024-04-02 08:12:06 -0600 |
| commit | 4e53fac09cd92ddad447d4f73dc828d90537622d (patch) | |
| tree | 6d9dcbf27001e5db38eded89831d2322fecc5de9 | |
| parent | 513251ec9bb56aa26b86e9287034bef5087ae90b (diff) | |
add col endfixcolpoly
| -rw-r--r-- | src/factories/sm64/CollisionFactory.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/factories/sm64/CollisionFactory.cpp b/src/factories/sm64/CollisionFactory.cpp index 826a218..ee0f5ff 100644 --- a/src/factories/sm64/CollisionFactory.cpp +++ b/src/factories/sm64/CollisionFactory.cpp @@ -229,6 +229,12 @@ ExportResult SM64::CollisionCodeExporter::Export(std::ostream &write, std::share count += 6; } + write << fourSpaceTab; + write << "COL_END()"; + ++count; + + write << "};\n"; + if (Companion::Instance->IsDebug()) { write << "// size: 0x" << std::hex << std::uppercase << "" << "\n"; } |
