diff options
author | AndreyL ProductEngine <alihatskiy@productengine.com> | 2018-04-30 23:23:07 +0300 |
---|---|---|
committer | AndreyL ProductEngine <alihatskiy@productengine.com> | 2018-04-30 23:23:07 +0300 |
commit | 844455af02e709390ac53bfcb6e1c4f8ba6a57e3 (patch) | |
tree | e77f455416a2dd5436fabbfa90bc4987642050e7 /indra/newview | |
parent | 747ff615d1942c49c6ee5539d49606e40c83cc8e (diff) | |
parent | a1934bee39ec4ba951306a262987032897c2860d (diff) |
Merged in lindenlab/viewer-lynx
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/llglsandbox.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llglsandbox.cpp b/indra/newview/llglsandbox.cpp index fc93181ef4..4b0b10dd5a 100644 --- a/indra/newview/llglsandbox.cpp +++ b/indra/newview/llglsandbox.cpp @@ -1060,7 +1060,7 @@ F32 gpu_benchmark() delete [] pixels; //make a dummy triangle to draw with - LLPointer<LLVertexBuffer> buff = new LLVertexBuffer(LLVertexBuffer::MAP_VERTEX | LLVertexBuffer::MAP_TEXCOORD0, GL_STATIC_DRAW_ARB); + LLPointer<LLVertexBuffer> buff = new LLVertexBuffer(LLVertexBuffer::MAP_VERTEX | LLVertexBuffer::MAP_TEXCOORD0, GL_STREAM_DRAW_ARB); if (!buff->allocateBuffer(3, 0, true)) { |