X-Git-Url: http://www.lcore.org/git/lcore.git/blobdiff_plain/ac385c745f6e299bea549eb2006b803e3885c916..71f094bad8c68b2a3d096b436dc74cf4d9e2895a:/lcore.pas?ds=sidebyside diff --git a/lcore.pas b/lcore.pas index 109f4d7..f47bdab 100644 --- a/lcore.pas +++ b/lcore.pas @@ -669,7 +669,7 @@ end; {$ifndef mswindows} procedure tltimer.resettimes; begin - gettimeofday(nextts); + gettimemonotonic(nextts); {if not initialevent then} tv_add(nextts,interval); end; {$endif}