summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelobject.cpp
diff options
context:
space:
mode:
authorTodd Stinson <stinson@lindenlab.com>2012-06-07 12:29:01 -0700
committerTodd Stinson <stinson@lindenlab.com>2012-06-07 12:29:01 -0700
commit9252ad10fd28e98157137addde7df3ad883c9948 (patch)
tree0c216bc674ded685f22a024d0d62b4dbdfb76a54 /indra/newview/llpanelobject.cpp
parent74aadced0e4e7bb13585da89b074719e96618b80 (diff)
PATH-696: Removing an assert as it is no longer always true.
Diffstat (limited to 'indra/newview/llpanelobject.cpp')
-rw-r--r--indra/newview/llpanelobject.cpp1
1 files changed, 0 insertions, 1 deletions
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