diff options
| author | Dave Parks <davep@lindenlab.com> | 2012-01-18 12:41:40 -0600 |
|---|---|---|
| committer | Dave Parks <davep@lindenlab.com> | 2012-01-18 12:41:40 -0600 |
| commit | 122691b8367dd33b06c83667118a603f848d371f (patch) | |
| tree | 5303157692eb0cc124800be501adff0e6d4a7ea7 /indra/newview/llvowater.cpp | |
| parent | a7b642d358f0e5649642db3084143b224f7e977d (diff) | |
| parent | 0c1fc78bd94014ee19da690f16cef64c13e50771 (diff) | |
merge
Diffstat (limited to 'indra/newview/llvowater.cpp')
| -rw-r--r-- | indra/newview/llvowater.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llvowater.cpp b/indra/newview/llvowater.cpp index 7df50ec815..315616e8a5 100644 --- a/indra/newview/llvowater.cpp +++ b/indra/newview/llvowater.cpp @@ -167,7 +167,7 @@ BOOL LLVOWater::updateGeometry(LLDrawable *drawable) indices_per_quad * num_quads); LLVertexBuffer* buff = face->getVertexBuffer(); - if (!buff) + if (!buff || !buff->isWriteable()) { buff = new LLVertexBuffer(LLDrawPoolWater::VERTEX_DATA_MASK, GL_DYNAMIC_DRAW_ARB); buff->allocateBuffer(face->getGeomCount(), face->getIndicesCount(), TRUE); |
