We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb35269 commit 4145d6cCopy full SHA for 4145d6c
src/xrGame/DestroyablePhysicsObject.cpp
@@ -30,7 +30,7 @@ CDestroyablePhysicsObject::~CDestroyablePhysicsObject()
30
void CDestroyablePhysicsObject::OnChangeVisual()
31
{
32
if (m_pPhysicsShell){
33
- if(m_pPhysicsShell)m_pPhysicsShell->Deactivate();
+ m_pPhysicsShell->Deactivate();
34
xr_delete (m_pPhysicsShell);
35
VERIFY (0==Visual());
36
}
0 commit comments