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:
parent
913be3c631
commit
1990b828a2
@ -526,7 +526,7 @@ void UPS_AI_ConvAgent_PostureComponent::TickComponent(
|
|||||||
}
|
}
|
||||||
|
|
||||||
// ── Debug (every ~2 seconds, only when bDebug is on) ────────────────
|
// ── Debug (every ~2 seconds, only when bDebug is on) ────────────────
|
||||||
if (bDebug && TargetActor)
|
if (bDebug && DebugVerbosity >= 2 && TargetActor)
|
||||||
{
|
{
|
||||||
DebugFrameCounter++;
|
DebugFrameCounter++;
|
||||||
if (DebugFrameCounter % 120 == 0)
|
if (DebugFrameCounter % 120 == 0)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user