diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llhomelocationresponder.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linden/indra/newview/llhomelocationresponder.cpp b/linden/indra/newview/llhomelocationresponder.cpp index 3ef58e7..e609237 100644 --- a/linden/indra/newview/llhomelocationresponder.cpp +++ b/linden/indra/newview/llhomelocationresponder.cpp | |||
@@ -100,6 +100,8 @@ void LLHomeLocationResponder::result( const LLSD& content ) | |||
100 | 100 | ||
101 | LLViewerRegion *viewer_region = gAgent.getRegion(); | 101 | LLViewerRegion *viewer_region = gAgent.getRegion(); |
102 | gAgent.setHomePosRegion( viewer_region->getHandle(), agent_pos ); | 102 | gAgent.setHomePosRegion( viewer_region->getHandle(), agent_pos ); |
103 | gAgent.takeHomeScreenshot(); | ||
104 | |||
103 | } | 105 | } |
104 | } | 106 | } |
105 | 107 | ||