LLRender's vertexbuffer created via init now, instead of ctor. Allows deallocation/reallocation.
This commit is contained in:
@@ -314,6 +314,7 @@ public:
|
||||
|
||||
LLRender();
|
||||
~LLRender();
|
||||
void init() ;
|
||||
void shutdown();
|
||||
|
||||
// Refreshes renderer state to the cached values
|
||||
|
||||
Reference in New Issue
Block a user