From e8f099cace1d77dd9ff12b4231871c6e122a739d Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 10 Oct 2013 19:14:48 +0300 Subject: fix code style. --- src/render/graphics.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/render/graphics.cpp') 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 -- cgit v1.2.3-60-g2f50