diff options
| author | Don Kjer <don@lindenlab.com> | 2011-07-09 22:30:30 -0700 | 
|---|---|---|
| committer | Don Kjer <don@lindenlab.com> | 2011-07-09 22:30:30 -0700 | 
| commit | e4d0d62e71de69d1685d00da571e9055e18fdc0c (patch) | |
| tree | 7a82ba40b03d08ea0a1b5596cc5b123ef53f99bf /indra/newview | |
| parent | f1443579b32cf260e7ad35f35de3930f0f801bd2 (diff) | |
Added support for apple flush buffer range
Diffstat (limited to 'indra/newview')
| -rw-r--r-- | indra/newview/llface.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/indra/newview/llface.cpp b/indra/newview/llface.cpp index d2b05d1088..59c6e904a1 100644 --- a/indra/newview/llface.cpp +++ b/indra/newview/llface.cpp @@ -1064,7 +1064,7 @@ BOOL LLFace::getGeometryVolume(const LLVolume& volume,  	S32 num_vertices = (S32)vf.mNumVertices;  	S32 num_indices = (S32) vf.mNumIndices; -	bool map_range = gGLManager.mHasMapBufferRange; +	bool map_range = gGLManager.mHasMapBufferRange || gGLManager.mHasFlushBufferRange;  	if (mVertexBuffer.notNull())  	{ | 
