diff options
Diffstat (limited to 'indra/newview/llagent.cpp')
-rw-r--r-- | indra/newview/llagent.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llagent.cpp b/indra/newview/llagent.cpp index 7ed11c1154..e12904ef43 100644 --- a/indra/newview/llagent.cpp +++ b/indra/newview/llagent.cpp @@ -5592,7 +5592,7 @@ void LLAgent::teleportCancel() sendReliableMessage(); } gTeleportDisplay = FALSE; - gAgent.setTeleportState( LLAgent::TELEPORT_CANCELLING ); + gAgent.setTeleportState( LLAgent::TELEPORT_NONE ); } |