]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - taskqueue.c
Q1BSP: fix misaligned memory access
[xonotic/darkplaces.git] / taskqueue.c
index e2445d43cb621dad52c831fd71576ad27656478e..175a28af7c21c74aea3562ea4423b99c4c701a24 100644 (file)
@@ -96,7 +96,7 @@ static int TaskQueue_ThreadFunc(void *d)
                        break;
                sleepcounter++;
                if (sleepcounter >= THREADSLEEPCOUNT)
-                       Sys_Sleep(1000);
+                       Sys_Sleep(0.001);
                sleepcounter = 0;
        }
        return 0;