mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-04-06 07:46:08 +00:00
Thread counts synced
This commit is contained in:
@@ -98,8 +98,8 @@ public class HunkRegionSlice<T> {
|
||||
}
|
||||
}
|
||||
|
||||
public synchronized void save() {
|
||||
BurstExecutor e = MultiBurst.burst.burst();
|
||||
public synchronized void save(MultiBurst burst) {
|
||||
BurstExecutor e = burst.burst();
|
||||
|
||||
try
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user