diff options
author | Xiaohong Bao <bao@lindenlab.com> | 2013-11-22 15:46:50 -0700 |
---|---|---|
committer | Xiaohong Bao <bao@lindenlab.com> | 2013-11-22 15:46:50 -0700 |
commit | 0954d4f5d563740d0425fb9e8d118a95a34bd283 (patch) | |
tree | 9e3e0693377f23ce32d5d65b1a6ee70d7c6db7e0 /indra/newview/pipeline.h | |
parent | fbd0d85e547ccef688fb0a5dcfbb8a442de25f45 (diff) |
fix for SH-4632: Water over land doesn't render when teleporting to the same place twice with location toolbar
Diffstat (limited to 'indra/newview/pipeline.h')
-rwxr-xr-x | indra/newview/pipeline.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/pipeline.h b/indra/newview/pipeline.h index 469c7b329e..9e29ebd2a8 100755 --- a/indra/newview/pipeline.h +++ b/indra/newview/pipeline.h @@ -101,7 +101,7 @@ public: void destroyGL(); void restoreGL(); void resetVertexBuffers(); - void doResetVertexBuffers(); + void doResetVertexBuffers(bool forced = false); void resizeScreenTexture(); void releaseGLBuffers(); void releaseLUTBuffers(); |