mirror of
https://github.com/ValveSoftware/source-sdk-2013.git
synced 2025-04-08 11:01:33 +00:00
Stop spamming "Interpenetrating entities!"
This commit is contained in:
parent
a62efecf62
commit
afd9c5d3a1
1 changed files with 1 additions and 1 deletions
|
@ -266,7 +266,7 @@ bool CPhysicsPushedEntities::SpeculativelyCheckPush( PhysicsPushedInfo_t &info,
|
|||
//Assert( pBlocker->PhysicsTestEntityPosition() == false );
|
||||
if ( !IsPushedPositionValid(pBlocker) )
|
||||
{
|
||||
Warning("Interpenetrating entities! (%s and %s)\n",
|
||||
DevWarning("Interpenetrating entities! (%s and %s)\n",
|
||||
pBlocker->GetClassname(), m_rgPusher[0].m_pEntity->GetClassname() );
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue