X-Git-Url: http://www.lcore.org/git/lcore.git/blobdiff_plain/ac385c745f6e299bea549eb2006b803e3885c916..eca2c8e0a8aad79c7dc7738346d265f973428995:/lcore.pas 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}