diff options
author | Andrey Lihatskiy <alihatskiy@productengine.com> | 2022-04-19 00:01:52 +0300 |
---|---|---|
committer | Andrey Lihatskiy <alihatskiy@productengine.com> | 2022-04-19 00:01:52 +0300 |
commit | b5406352e9632b6466fdc9bde349ec55b368596b (patch) | |
tree | 2f4374d82432b38d46eed061737e741c13a990ba /indra | |
parent | 16494f4400622adce8faaab54ac4f0d40e4ae0a5 (diff) |
DRTVWR-548 post-merge build fix
Diffstat (limited to 'indra')
-rwxr-xr-x | indra/newview/llfloaterworldmap.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloaterworldmap.cpp b/indra/newview/llfloaterworldmap.cpp index fb44449c55..e7b1efb41d 100755 --- a/indra/newview/llfloaterworldmap.cpp +++ b/indra/newview/llfloaterworldmap.cpp @@ -1565,7 +1565,7 @@ void LLFloaterWorldMap::onTeleportFinished() { if(isInVisibleChain()) { - LLWorldMapView::setPan(0, 0, TRUE); + mMapView->setPan(0, 0, TRUE); } } |