Skip to content
Snippets Groups Projects
Commit af9d7f18 authored by Ansgar Philippsen's avatar Ansgar Philippsen
Browse files

added missing VA getter to GfxObj

parent be845860
Branches
Tags
No related merge requests found
...@@ -218,6 +218,9 @@ public: ...@@ -218,6 +218,9 @@ public:
void Debug(unsigned int flags); void Debug(unsigned int flags);
IndexedVertexArray& GetVA() {return va_;}
const IndexedVertexArray& GetVA() const {return va_;}
protected: protected:
void PreRenderGL(bool flag); void PreRenderGL(bool flag);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment