Skip to content

Commit 6fe85c2

Browse files
AlpyneDreamsmisyltoad
authored andcommitted
Fix debug spew
1 parent 41b85a1 commit 6fe85c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vphysics_jolt/vjolt_collide_trace.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -560,7 +560,7 @@ static void CastBoxVsShape( const Ray_t &ray, uint32 contentsMask, IConvexInfo *
560560
pTrace->plane.normal = Vector( normal.GetX(), normal.GetY(), normal.GetZ() );
561561
pTrace->fraction = collector.m_Fraction; //CalculateSourceFraction( ray.m_Delta, collector.m_Fraction, pTrace->plane.normal );
562562

563-
Log_Msg( LOG_VJolt, "BoxCast Normal %g %g %g\n", normal.GetX(), normal.GetY(), normal.GetZ() );
563+
//Log_Msg( LOG_VJolt, "BoxCast Normal %g %g %g\n", normal.GetX(), normal.GetY(), normal.GetZ() );
564564

565565
pTrace->startpos = ray.m_Start + ray.m_StartOffset;
566566
pTrace->endpos = pTrace->startpos + ( ray.m_Delta * pTrace->fraction );

0 commit comments

Comments
 (0)