Rebasing fix

This commit is contained in:
Alex Barney 2018-10-30 10:53:17 -05:00
parent 90124ea227
commit fa3b9e47b0

View file

@ -138,7 +138,7 @@ namespace ChocolArm64
CacheBucket bucket = _cache[node.Value];
long timeDelta = Timestamp - bucket.Timestamp;
long timeDelta = timestamp - bucket.Timestamp;
if (timeDelta <= MinTimeDelta)
{