mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-04-10 09:46:24 +00:00
fix profiler fetch concurrency issues
This commit is contained in:
@@ -113,7 +113,7 @@ public class ProfilerImpl implements Profiler {
|
||||
for(int i = 1; i < keys.length; i++) {
|
||||
timings = timings.getSubItem(keys[i]);
|
||||
}
|
||||
list.forEach(timings::addTime);
|
||||
new ArrayList<>(list).forEach(timings::addTime);
|
||||
}));
|
||||
}
|
||||
return map;
|
||||
|
||||
Reference in New Issue
Block a user