fix: Removes invalidation of tickcount and now in core (#1949)
This commit is contained in:
parent
2e6ddcd31a
commit
257825dc23
1 changed files with 0 additions and 3 deletions
|
|
@ -483,9 +483,6 @@ public static class Core
|
|||
break;
|
||||
}
|
||||
|
||||
_tickCount = 0;
|
||||
_now = DateTime.MinValue;
|
||||
|
||||
if (sample++ == interval)
|
||||
{
|
||||
sample = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue