summaryrefslogtreecommitdiff
path: root/src/render/nullopenglgraphics.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/nullopenglgraphics.cpp')
-rw-r--r--src/render/nullopenglgraphics.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/nullopenglgraphics.cpp b/src/render/nullopenglgraphics.cpp
index 8030353eb..b3027a5c2 100644
--- a/src/render/nullopenglgraphics.cpp
+++ b/src/render/nullopenglgraphics.cpp
@@ -61,7 +61,7 @@ NullOpenGLGraphics::NullOpenGLGraphics():
#endif
mFbo()
{
- mOpenGL = 100;
+ mOpenGL = RENDER_NULL;
mName = "null OpenGL";
}