add col end

This commit is contained in:
inspectredc
2024-04-02 08:12:06 -06:00
committed by Lywx
parent 513251ec9b
commit 4e53fac09c
+6
View File
@@ -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";
}