summaryrefslogtreecommitdiff
path: root/src/render/graphics.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-10-10 19:14:48 +0300
committerAndrei Karas <akaras@inbox.ru>2013-10-10 19:14:48 +0300
commite8f099cace1d77dd9ff12b4231871c6e122a739d (patch)
treea873108303b514b2e67191e5f04d51e3c3a53f69 /src/render/graphics.cpp
parent768a7e7499a95bb3ce14600e8050bcbbaaeed31f (diff)
downloadplus-e8f099cace1d77dd9ff12b4231871c6e122a739d.tar.gz
plus-e8f099cace1d77dd9ff12b4231871c6e122a739d.tar.bz2
plus-e8f099cace1d77dd9ff12b4231871c6e122a739d.tar.xz
plus-e8f099cace1d77dd9ff12b4231871c6e122a739d.zip
fix code style.
Diffstat (limited to 'src/render/graphics.cpp')
-rw-r--r--src/render/graphics.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/graphics.cpp b/src/render/graphics.cpp
index 3cad42a3b..4ea219802 100644
--- a/src/render/graphics.cpp
+++ b/src/render/graphics.cpp
@@ -93,7 +93,7 @@ Graphics::~Graphics()
if (mGLContext)
{
SDL_GL_DeleteContext(mGLContext);
- mGLContext = 0;
+ mGLContext = nullptr;
}
#endif
#endif