todo
This commit is contained in:
@@ -154,7 +154,7 @@ public class VoxelIngestService {
|
||||
// continue;
|
||||
//}
|
||||
|
||||
this.ingestQueue.add(new IngestSection(chunk.getPos().x, i, chunk.getPos().z, engine, section, bl, sl));
|
||||
this.ingestQueue.add(new IngestSection(chunk.getPos().x, i, chunk.getPos().z, engine, section, bl, sl));//TODO: fixme, this is technically not safe todo on the chunk load ingest, we need to copy the section data so it cant be modified while being read
|
||||
try {
|
||||
this.threads.execute();
|
||||
} catch (Exception e) {
|
||||
|
||||
Reference in New Issue
Block a user