This commit is contained in:
mcrcortex
2025-10-02 19:09:24 +10:00
parent 35bd5fa414
commit 303d3f0f46

View File

@@ -69,7 +69,7 @@ public class SectionUpdateRouter implements ISectionWatcher {
} }
lock.unlock(stamp); lock.unlock(stamp);
} }
if ((delta&UPDATE_TYPE_BLOCK_BIT)!=0) { if (((delta&types)&UPDATE_TYPE_BLOCK_BIT)!=0) {
//If we added it, immediately invoke for an update //If we added it, immediately invoke for an update
this.initialRenderMeshGen.accept(position); this.initialRenderMeshGen.accept(position);
} }