unneeded slowdown
This commit is contained in:
parent
14dddfb1de
commit
eb34c1fc24
@ -37,7 +37,7 @@ public final class ChunkPacker implements Helper {
|
|||||||
|
|
||||||
private ChunkPacker() {}
|
private ChunkPacker() {}
|
||||||
|
|
||||||
public static synchronized BitSet createPackedChunk(Chunk chunk) {
|
public static BitSet createPackedChunk(Chunk chunk) {
|
||||||
long start = System.currentTimeMillis();
|
long start = System.currentTimeMillis();
|
||||||
BitSet bitSet = new BitSet(CachedChunk.SIZE);
|
BitSet bitSet = new BitSet(CachedChunk.SIZE);
|
||||||
try {
|
try {
|
||||||
|
Loading…
Reference in New Issue
Block a user