mirror of
https://github.com/izzy2lost/Torch.git
synced 2026-07-06 00:18:35 -07:00
add col end
This commit is contained in:
@@ -229,6 +229,12 @@ ExportResult SM64::CollisionCodeExporter::Export(std::ostream &write, std::share
|
|||||||
count += 6;
|
count += 6;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
write << fourSpaceTab;
|
||||||
|
write << "COL_END()";
|
||||||
|
++count;
|
||||||
|
|
||||||
|
write << "};\n";
|
||||||
|
|
||||||
if (Companion::Instance->IsDebug()) {
|
if (Companion::Instance->IsDebug()) {
|
||||||
write << "// size: 0x" << std::hex << std::uppercase << "" << "\n";
|
write << "// size: 0x" << std::hex << std::uppercase << "" << "\n";
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user