summaryrefslogtreecommitdiff
path: root/indra/newview/llworldmap.cpp
diff options
context:
space:
mode:
authorAlexander Gavriliuk <alexandrgproductengine@lindenlab.com>2024-10-10 11:05:05 +0200
committerAndrey Kleshchev <117672381+akleshchev@users.noreply.github.com>2026-01-06 01:51:00 +0200
commit4bc3ea6162cae09827079ec874fb048f67b717d8 (patch)
tree50c8b96fcd5b2dca8b3301fdbbbfda5ee4630e05 /indra/newview/llworldmap.cpp
parentb73f556538d381a0f890946cba014de41e89e7dd (diff)
secondlife/viewer#2112 Provide SL Grid Map coordinates for Official Viewer Users please
Diffstat (limited to 'indra/newview/llworldmap.cpp')
-rw-r--r--indra/newview/llworldmap.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llworldmap.cpp b/indra/newview/llworldmap.cpp
index 153bee3aef..1db36649fa 100644
--- a/indra/newview/llworldmap.cpp
+++ b/indra/newview/llworldmap.cpp
@@ -118,6 +118,7 @@ LLVector3d LLSimInfo::getGlobalOrigin() const
{
return from_region_handle(mHandle);
}
+
LLVector3 LLSimInfo::getLocalPos(LLVector3d global_pos) const
{
LLVector3d sim_origin = from_region_handle(mHandle);