diff options
author | Xiaohong Bao <bao@lindenlab.com> | 2013-09-09 12:00:16 -0600 |
---|---|---|
committer | Xiaohong Bao <bao@lindenlab.com> | 2013-09-09 12:00:16 -0600 |
commit | 62d40c8d85c57158db226b25bac27f3e77672f8e (patch) | |
tree | 720b84cb42a727b1e22dfb40ab3335c22815404b /indra/newview/llagent.cpp | |
parent | e4cacda5a0cf3918bdc8091997b988235e9d4f3d (diff) | |
parent | a9d22b0f585cc90ba1bb94a68cc4175b3019b062 (diff) |
Automated merge with http://bitbucket.org/lindenlab/viewer-interesting
Diffstat (limited to 'indra/newview/llagent.cpp')
-rwxr-xr-x | indra/newview/llagent.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llagent.cpp b/indra/newview/llagent.cpp index a7bd628d5a..d7965c1e8f 100755 --- a/indra/newview/llagent.cpp +++ b/indra/newview/llagent.cpp @@ -4015,6 +4015,7 @@ void LLAgent::teleportCancel() } clearTeleportRequest(); gAgent.setTeleportState( LLAgent::TELEPORT_NONE ); + gPipeline.resetVertexBuffers(); } |