diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2022-07-16 02:21:13 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2022-07-16 02:21:13 +0300 |
commit | e9288e8112d663cb3bea644071adf3b2471ef5f4 (patch) | |
tree | 57921da60b02ea9cbc34722f3b880a89bd8da078 /indra/newview/llvoground.h | |
parent | e9ac774ceb02e166c3cccf07cbc7c28bf4f001d8 (diff) |
SL-17473 Viewer not clearing all Vertex Buffers #2
Diffstat (limited to 'indra/newview/llvoground.h')
-rw-r--r-- | indra/newview/llvoground.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llvoground.h b/indra/newview/llvoground.h index a53f309e46..e7033290c7 100644 --- a/indra/newview/llvoground.h +++ b/indra/newview/llvoground.h @@ -49,7 +49,6 @@ public: /*virtual*/ LLDrawable* createDrawable(LLPipeline *pipeline); /*virtual*/ BOOL updateGeometry(LLDrawable *drawable); - void cleanupGL(); }; #endif // LL_LLVOGROUND_H |