Dumb bug regarding clearing of timestamps. Start is already removed so no need to add it to the start
This commit is contained in:
parent
0fe8238d16
commit
aef7582888
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@ namespace Ryujinx.Profiler
|
|||
|
||||
if (toRemove > 0)
|
||||
{
|
||||
_timestamps.RemoveRange(toPreserveStart + toPreserveLen, toRemove);
|
||||
_timestamps.RemoveRange(toPreserveLen, toRemove);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue