]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - vid_shared.c
another NULL dereference fixed
[xonotic/darkplaces.git] / vid_shared.c
index b87483ece87ff313c8c1916ec9e4bec60f684b73..7d8485c336cb7f091acf576d8f02054caf115ea2 100644 (file)
@@ -1873,7 +1873,7 @@ void VID_Restart_f(void)
 
        if (!vid_opened)
        {
-               SCR_BeginLoadingPlaque();
+               SCR_BeginLoadingPlaque(false);
                return;
        }
 
@@ -2049,7 +2049,7 @@ void VID_Soft_SharedSetup(void)
        vid.support.arb_vertex_buffer_object = true;
        vid.support.ext_blend_subtract = true;
        vid.support.ext_draw_range_elements = true;
-       vid.support.ext_framebuffer_object = false; // FIXME actually dpsoftrast has code for this, but everything is downside up then
+       vid.support.ext_framebuffer_object = true;
 
        // FIXME remove this workaround once FBO + npot texture mapping is fixed
        if(!vid.support.arb_texture_non_power_of_two)