diff options
Diffstat (limited to 'linden/indra/newview/llstartup.cpp')
-rw-r--r-- | linden/indra/newview/llstartup.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linden/indra/newview/llstartup.cpp b/linden/indra/newview/llstartup.cpp index 164e038..c9cdc8f 100644 --- a/linden/indra/newview/llstartup.cpp +++ b/linden/indra/newview/llstartup.cpp | |||
@@ -2834,6 +2834,8 @@ bool idle_startup() | |||
2834 | gFloaterTeleportHistory->addEntry(regionp->getName(),(S16)agent_pos.mV[0],(S16)agent_pos.mV[1],(S16)agent_pos.mV[2],false); | 2834 | gFloaterTeleportHistory->addEntry(regionp->getName(),(S16)agent_pos.mV[0],(S16)agent_pos.mV[1],(S16)agent_pos.mV[2],false); |
2835 | } | 2835 | } |
2836 | 2836 | ||
2837 | LLViewerParcelMedia::loadDomainFilterList(); | ||
2838 | |||
2837 | // Let the map know about the inventory. | 2839 | // Let the map know about the inventory. |
2838 | if(gFloaterWorldMap) | 2840 | if(gFloaterWorldMap) |
2839 | { | 2841 | { |