diff options
| author | Dave Parks <davep@lindenlab.com> | 2023-03-13 11:16:23 -0500 |
|---|---|---|
| committer | Dave Parks <davep@lindenlab.com> | 2023-03-13 11:16:23 -0500 |
| commit | 8d263197f0649e3b49044d6f7c12277c2361bdba (patch) | |
| tree | 5daa7783d32e2df9c5e949d37892cf7e4cca265d /indra/newview/llagent.cpp | |
| parent | 88d3cc680dd10fcb0397b366e73899c6e414ad5c (diff) | |
SL-19371 Fix for occlusion culling getting stuck after teleport.
Diffstat (limited to 'indra/newview/llagent.cpp')
| -rw-r--r-- | indra/newview/llagent.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/llagent.cpp b/indra/newview/llagent.cpp index 6113c30a84..a68dba98bb 100644 --- a/indra/newview/llagent.cpp +++ b/indra/newview/llagent.cpp @@ -3959,8 +3959,6 @@ bool LLAgent::teleportCore(bool is_local) gTeleportDisplay = TRUE; LL_INFOS("Teleport") << "Non-local, setting teleport state to TELEPORT_START" << LL_ENDL; gAgent.setTeleportState( LLAgent::TELEPORT_START ); - - LLSpatialPartition::sTeleportRequested = TRUE; } make_ui_sound("UISndTeleportOut"); |
