From b4ec726fe28f65b15fd4cc7b0ef6fd72b7d24c02 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 9 Aug 2015 00:27:13 +0300 Subject: Add some missing checks to render found by paranucker. --- src/render/normalopenglgraphics.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/render/normalopenglgraphics.h') diff --git a/src/render/normalopenglgraphics.h b/src/render/normalopenglgraphics.h index a3fbdc1fb..54ab4df99 100644 --- a/src/render/normalopenglgraphics.h +++ b/src/render/normalopenglgraphics.h @@ -89,12 +89,12 @@ class NormalOpenGLGraphics final : public Graphics #endif private: - GLfloat *mFloatTexArray; - GLint *mIntTexArray; - GLint *mIntVertArray; - GLfloat *mFloatTexArrayCached; - GLint *mIntTexArrayCached; - GLint *mIntVertArrayCached; + GLfloat *mFloatTexArray A_NONNULLPOINTER; + GLint *mIntTexArray A_NONNULLPOINTER; + GLint *mIntVertArray A_NONNULLPOINTER; + GLfloat *mFloatTexArrayCached A_NONNULLPOINTER; + GLint *mIntTexArrayCached A_NONNULLPOINTER; + GLint *mIntVertArrayCached A_NONNULLPOINTER; float mAlphaCached; int mVpCached; bool mTexture; -- cgit v1.2.3-60-g2f50