Skip to content

Commit da36c6a

Browse files
committed
woops
1 parent 99f0335 commit da36c6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/me/cortex/voxy/client/core/model/ModelBakerySubsystem.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,10 +105,10 @@ public void shutdown() {
105105

106106
public void requestBlockBake(int blockId) {
107107
this.blockIdQueue.add(blockId);
108+
this.blockIdCount.incrementAndGet();
108109
}
109110

110111
public void addBiome(Mapper.BiomeEntry biomeEntry) {
111-
this.blockIdCount.incrementAndGet();
112112
this.biomeQueue.add(biomeEntry);
113113
}
114114

0 commit comments

Comments
 (0)