]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - host.c
Overhauled r_shadow_bouncegrid, it performs much faster, makes use of as many threads...
[xonotic/darkplaces.git] / host.c
diff --git a/host.c b/host.c
index a83d072c36d1ee6ba37ca2ad8393558591294bbe..61e84bc2e196a0b81c280416ef2950dc0635a320 100644 (file)
--- a/host.c
+++ b/host.c
@@ -745,6 +745,8 @@ void Host_Main(void)
                if (host_framerate.value < 0.00001 && host_framerate.value != 0)
                        Cvar_SetValue("host_framerate", 0);
 
+               TaskQueue_Frame(false);
+
                // keep the random time dependent, but not when playing demos/benchmarking
                if(!*sv_random_seed.string && !cls.demoplayback)
                        rand();