From cfd154d46d24ca7ec0e98e588ddce803d4cf5a26 Mon Sep 17 00:00:00 2001 From: Shyotl Date: Tue, 11 Oct 2011 11:11:55 -0500 Subject: [PATCH] Cleanup: Removed a superfluous conditional return. --- indra/newview/llphysicsmotion.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/indra/newview/llphysicsmotion.cpp b/indra/newview/llphysicsmotion.cpp index d83a7e65c..b6904308f 100644 --- a/indra/newview/llphysicsmotion.cpp +++ b/indra/newview/llphysicsmotion.cpp @@ -514,8 +514,6 @@ BOOL LLPhysicsMotionController::onUpdate(F32 time, U8* joint_mask) ((LLVOAvatar*)mCharacter)->idleUpdateBoobEffect(); //Fall back to emerald physics return TRUE; } - if(!avatar_physics) - return TRUE; mIsDefault = false;