diff options
Diffstat (limited to 'src/render/modernopenglgraphics.h')
-rw-r--r-- | src/render/modernopenglgraphics.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/render/modernopenglgraphics.h b/src/render/modernopenglgraphics.h index b3a217ca2..34124bacc 100644 --- a/src/render/modernopenglgraphics.h +++ b/src/render/modernopenglgraphics.h @@ -100,6 +100,7 @@ class ModernOpenGLGraphics final : public Graphics GLuint mSimpleScreenUniform; GLuint mTextureScreenUniform; GLuint mVao; + GLuint mVbo; bool mColorAlpha; bool mTextureDraw; #ifdef DEBUG_BIND_TEXTURE |