fix woops

This commit is contained in:
mcrcortex
2025-12-23 11:18:14 +10:00
parent 7bc2c2b960
commit 3f0a1466ac

View File

@@ -56,7 +56,7 @@ public class OccupancySet {
} }
public int writeSize() { public int writeSize() {
return 8+Long.bitCount(this.topLvl)*8; return 8+Long.bitCount(this.topLvl)*8*8;
} }
public boolean isEmpty() { public boolean isEmpty() {