Move posture per-frame debug log to verbosity level 2

Reduces log spam when bDebug is on with DebugVerbosity=1.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
j.foucher 2026-03-02 14:31:18 +01:00
parent 913be3c631
commit 1990b828a2

View File

@ -526,7 +526,7 @@ void UPS_AI_ConvAgent_PostureComponent::TickComponent(
}
// ── Debug (every ~2 seconds, only when bDebug is on) ────────────────
if (bDebug && TargetActor)
if (bDebug && DebugVerbosity >= 2 && TargetActor)
{
DebugFrameCounter++;
if (DebugFrameCounter % 120 == 0)