This commit is contained in:
mcrcortex
2025-10-23 20:21:26 +10:00
parent 4a98df4740
commit c4769c4f1a

View File

@@ -154,7 +154,7 @@ public class VoxelIngestService {
// continue; // 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 { try {
this.threads.execute(); this.threads.execute();
} catch (Exception e) { } catch (Exception e) {