mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-10 02:27:42 +00:00
Add trigger visualization to inspecter
This commit is contained in:
@@ -580,6 +580,8 @@ void CStateManager::DrawDebugStuff() const {
|
||||
if (debugToolDrawPlatformCollision->toBoolean() && plat->GetActive()) {
|
||||
plat->DebugDraw();
|
||||
}
|
||||
} else if (const TCastToPtr<CScriptTrigger> tr = ent) {
|
||||
tr->DebugDraw();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user