Skip to content
Snippets Groups Projects
Commit 3df7b7c9 authored by Oz Linden's avatar Oz Linden
Browse files

merge latest change from Jonathan

parents 149d4ce7 b92b131f
Branches
Tags
No related merge requests found
...@@ -130,7 +130,12 @@ void LLFloaterPreferenceViewAdvanced::updateFocusControl(LLVector3d vector3d) ...@@ -130,7 +130,12 @@ void LLFloaterPreferenceViewAdvanced::updateFocusControl(LLVector3d vector3d)
void LLFloaterPreferenceViewAdvanced::draw() void LLFloaterPreferenceViewAdvanced::draw()
{ {
// updateControl(); static LLCachedControl<LLVector3> camera(gSavedSettings, "CameraOffsetRearView");
static LLCachedControl<LLVector3d> focus(gSavedSettings, "FocusOffsetRearView");
updateCameraControl(camera);
updateFocusControl(focus);
LLFloater::draw(); LLFloater::draw();
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment