From 9252ad10fd28e98157137addde7df3ad883c9948 Mon Sep 17 00:00:00 2001 From: Todd Stinson Date: Thu, 7 Jun 2012 12:29:01 -0700 Subject: PATH-696: Removing an assert as it is no longer always true. --- indra/newview/llpanelobject.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'indra/newview') diff --git a/indra/newview/llpanelobject.cpp b/indra/newview/llpanelobject.cpp index d0c60c3e62..0473866ac0 100644 --- a/indra/newview/llpanelobject.cpp +++ b/indra/newview/llpanelobject.cpp @@ -511,7 +511,6 @@ void LLPanelObject::getState( ) // Physics checkbox mIsPhysical = root_objectp->flagUsePhysics(); llassert(!is_permanent || !mIsPhysical); // should never have a permanent object that is also physical - llassert(!is_character || mIsPhysical); // all characters should also be physical mCheckPhysics->set( mIsPhysical ); mCheckPhysics->setEnabled( roots_selected>0 -- cgit v1.2.3