From 20838ea4f21d6cbd08196a87036a04b912680772 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Mon, 26 May 2014 14:34:58 -0700 Subject: [PATCH] Cleanup. --- src/bgfx_p.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/bgfx_p.h b/src/bgfx_p.h index 2e339b19..f5560c0d 100644 --- a/src/bgfx_p.h +++ b/src/bgfx_p.h @@ -158,6 +158,8 @@ namespace stl # else # define BGFX_RENDERER_OPENGL_NAME "OpenGL ES 2.0" # endif // BGFX_CONFIG_RENDERER_OPENGLES +#else +# define BGFX_RENDERER_OPENGL_NAME "OpenGL" #endif // namespace bgfx