summaryrefslogtreecommitdiff
path: root/indra/llrender
diff options
context:
space:
mode:
authorprep <prep@lindenlab.com>2012-03-14 16:22:19 -0400
committerprep <prep@lindenlab.com>2012-03-14 16:22:19 -0400
commit72f6df493cacdd8ccf160dd785081e5b2b579862 (patch)
tree7ec350870ebfbefa35b758ff72b79e415f04116a /indra/llrender
parent2a1eedf98e9b4f48636fbe082c2ffa43f265a714 (diff)
Updated header for flush.
Diffstat (limited to 'indra/llrender')
-rw-r--r--indra/llrender/llrendernavprim.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/llrender/llrendernavprim.h b/indra/llrender/llrendernavprim.h
index d88fe656b7..158093690e 100644
--- a/indra/llrender/llrendernavprim.h
+++ b/indra/llrender/llrendernavprim.h
@@ -47,7 +47,8 @@ public:
void renderNavMeshVB( LLVertexBuffer* pVBO, int vertCnt );
//Draw a star
void renderStar( const LLVector3& center, const float scale, int color ) const;
-
+ //Flush the device
+ void flushDevice() { gGL.flush(); }
private:
};