diff --git a/indra/newview/llviewercontrol.cpp b/indra/newview/llviewercontrol.cpp index f52e1703a..e7b6e535c 100644 --- a/indra/newview/llviewercontrol.cpp +++ b/indra/newview/llviewercontrol.cpp @@ -224,7 +224,7 @@ static bool handleAvatarLODChanged(const LLSD& newvalue) static bool handleAvatarPhysicsLODChanged(const LLSD& newvalue) { - LLVOAvatar::sLODFactor = (F32) newvalue.asReal(); + LLVOAvatar::sPhysicsLODFactor = (F32) newvalue.asReal(); return true; }