fixed clang compiler warning (nw)

This commit is contained in:
Oliver Stöneberg 2015-02-13 16:03:04 +01:00
parent 9c75643564
commit f0f8531973

View File

@ -178,7 +178,7 @@ private:
INT32 m_blittimer;
#if (SDLMAME_SDL2)
SDL_GLContext m_gl_context_id;
//SDL_GLContext m_gl_context_id;
#else
// SDL surface
SDL_Surface *m_sdlsurf;