diff options
Diffstat (limited to 'src/render/nullopenglgraphics.h')
-rw-r--r-- | src/render/nullopenglgraphics.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/render/nullopenglgraphics.h b/src/render/nullopenglgraphics.h index f159fc7de..10853adec 100644 --- a/src/render/nullopenglgraphics.h +++ b/src/render/nullopenglgraphics.h @@ -78,9 +78,9 @@ class NullOpenGLGraphics final : public Graphics #include "render/openglgraphicsdefadvanced.hpp" private: - GLfloat *mFloatTexArray; - GLint *mIntTexArray; - GLint *mIntVertArray; + GLfloat *mFloatTexArray A_NONNULLPOINTER; + GLint *mIntTexArray A_NONNULLPOINTER; + GLint *mIntVertArray A_NONNULLPOINTER; bool mTexture; bool mIsByteColor; |