2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 12:27:43 +00:00

More imps, initial AI execution

This commit is contained in:
2020-09-25 01:30:57 -07:00
parent c4d4a937ec
commit bc60a237a4
4 changed files with 207 additions and 69 deletions

View File

@@ -547,6 +547,9 @@ void CStateManager::DrawDebugStuff() const {
} else if (const TCastToPtr<CGameLight> light = ent) {
light->DebugDraw();
} else if (const TCastToPtr<CCollisionActor> colAct = ent) {
if (colAct->GetUniqueId() == x870_cameraManager->GetBallCamera()->GetCollisionActorId()) {
continue;
}
colAct->DebugDraw();
}
}