From 1fd5d03847437e96fa6b5a08e08e36cb218f990f Mon Sep 17 00:00:00 2001 From: "Brad Payne (Vir Linden)" Date: Fri, 17 Nov 2017 11:48:58 +0000 Subject: SL-763 - disabled in slightly different way, more comments --- indra/newview/llvoavatar.cpp | 4 ++-- indra/newview/llvovolume.cpp | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) (limited to 'indra/newview') diff --git a/indra/newview/llvoavatar.cpp b/indra/newview/llvoavatar.cpp index 1eddf92df9..8e24962b11 100644 --- a/indra/newview/llvoavatar.cpp +++ b/indra/newview/llvoavatar.cpp @@ -3903,7 +3903,6 @@ void LLVOAvatar::updateTimeStep() // fixed. mMotionController.setTimeStep(time_step); } - } void LLVOAvatar::updateRootPositionAndRotation(LLAgent& agent, F32 speed, bool was_sit_ground_constrained) @@ -4093,7 +4092,8 @@ BOOL LLVOAvatar::updateCharacter(LLAgent &agent) // change animation time quanta based on avatar render load // AXON how should control avs be handled here? //-------------------------------------------------------------------- - updateTimeStep(); + // SL-763 the time step quantization does not currently work. + //updateTimeStep(); //-------------------------------------------------------------------- // Update sitting state based on parent and active animation info. diff --git a/indra/newview/llvovolume.cpp b/indra/newview/llvovolume.cpp index ee3ecb2237..293c24ac4b 100644 --- a/indra/newview/llvovolume.cpp +++ b/indra/newview/llvovolume.cpp @@ -3439,7 +3439,6 @@ bool LLVOVolume::isAnimatedObject() const void LLVOVolume::updateAnimatedObjectStateOnReparent(LLViewerObject *old_parent, LLViewerObject *new_parent) { LLVOVolume *old_volp = dynamic_cast(old_parent); - LLVOVolume *new_volp = dynamic_cast(new_parent); // AXON - depending on whether animated objects can be attached, // we may want to include or remove the isAvatar() check. -- cgit v1.2.3