summaryrefslogtreecommitdiff
path: root/src/render/nullopenglgraphics.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-09-01 19:05:01 +0300
committerAndrei Karas <akaras@inbox.ru>2013-09-01 19:08:02 +0300
commita45370aa8bf7a5558801220d625bff89f3f1a185 (patch)
treea29cc2402b57e232389a2b22667e2a2a474cc30b /src/render/nullopenglgraphics.cpp
parent5359b7c20b9ee93989a840e555f0a2102b7bb806 (diff)
downloadplus-a45370aa8bf7a5558801220d625bff89f3f1a185.tar.gz
plus-a45370aa8bf7a5558801220d625bff89f3f1a185.tar.bz2
plus-a45370aa8bf7a5558801220d625bff89f3f1a185.tar.xz
plus-a45370aa8bf7a5558801220d625bff89f3f1a185.zip
fix renderer names and types.
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";
}