Rebasing fix
This commit is contained in:
parent
90124ea227
commit
fa3b9e47b0
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ namespace ChocolArm64
|
|||
|
||||
CacheBucket bucket = _cache[node.Value];
|
||||
|
||||
long timeDelta = Timestamp - bucket.Timestamp;
|
||||
long timeDelta = timestamp - bucket.Timestamp;
|
||||
|
||||
if (timeDelta <= MinTimeDelta)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue