decrease mesh gen weight

This commit is contained in:
mcrcortex
2025-10-27 10:15:26 +10:00
parent 72fd785855
commit ec221ed820

View File

@@ -79,7 +79,7 @@ public class RenderGenerationService {
return new Pair<>(() -> { return new Pair<>(() -> {
this.processJob(factory, seenMissed); this.processJob(factory, seenMissed);
}, factory::free); }, factory::free);
}, 100, "Section mesh generation service"); }, 10, "Section mesh generation service");
} }
public void setResultConsumer(Consumer<BuiltSection> consumer) { public void setResultConsumer(Consumer<BuiltSection> consumer) {