]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - vid_sdl.c
only force flushing on a texture update if a texture is already bound (for quake)
[xonotic/darkplaces.git] / vid_sdl.c
index c91b3ea529a268fac0b8c4b2c12c67c0f7a61259..e1210a64ab9a4b9cc27fcd8e7518e5d184e59bff 100644 (file)
--- a/vid_sdl.c
+++ b/vid_sdl.c
@@ -1393,7 +1393,7 @@ void VID_Finish (void)
                        SDL_GL_SwapBuffers();
                        break;
                case RENDERPATH_SOFT:
-                       DPSOFTRAST_Flush();
+                       DPSOFTRAST_Finish();
                        SDL_BlitSurface(vid_softsurface, NULL, screen, NULL);
                        SDL_Flip(screen);
                        break;