]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - sys_shared.c
sys: fix "typo" in a3dac3bcfd962ee3b7ebcdb7afb777560679c29a
[xonotic/darkplaces.git] / sys_shared.c
index 4222c42be414c88836cdfe48a87c73993482b554..e8220707383bacd7ae173c3a1c762044d54dc5a4 100644 (file)
@@ -456,7 +456,7 @@ double Sys_DirtyTime(void)
                struct timespec ts;
 #  ifdef CLOCK_MONOTONIC_RAW
                // Linux-specific, SDL_GetPerformanceCounter() uses it
-               clock_gettime(CLOCK_MONOTONIC, &ts);
+               clock_gettime(CLOCK_MONOTONIC_RAW, &ts);
 #  elif defined(CLOCK_MONOTONIC)
                // POSIX
                clock_gettime(CLOCK_MONOTONIC, &ts);