Fixed flickering on the grand prix ending at highh resolutions

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1428 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
cosmosninja 2008-01-30 23:47:56 +00:00
parent dd2a02fecb
commit de6b4a3ae0

View File

@ -212,8 +212,6 @@ void GrandPrixEnd::update(float dt)
glDisable (GL_DEPTH_TEST);
oldContext->makeCurrent();
BaseGUI::update(dt);
SDL_GL_SwapBuffers();
}
//-----------------------------------------------------------------------------