diff options
Diffstat (limited to 'src/render/nullopenglgraphics.cpp')
-rw-r--r-- | src/render/nullopenglgraphics.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/nullopenglgraphics.cpp b/src/render/nullopenglgraphics.cpp index 4498ed9c6..08d0ddaf2 100644 --- a/src/render/nullopenglgraphics.cpp +++ b/src/render/nullopenglgraphics.cpp @@ -44,7 +44,7 @@ unsigned int NullOpenGLGraphics::mDrawCalls = 0; unsigned int NullOpenGLGraphics::mLastDrawCalls = 0; #endif -NullOpenGLGraphics::NullOpenGLGraphics(): +NullOpenGLGraphics::NullOpenGLGraphics() : mFloatTexArray(nullptr), mIntTexArray(nullptr), mIntVertArray(nullptr), |