fix comment in Chunk.java

This commit is contained in:
bixilon 2020-06-06 22:43:06 +02:00
parent 21d2c7c69d
commit f4f244db3b
No known key found for this signature in database
GPG Key ID: 5CAD791931B09AC4

View File

@ -18,7 +18,7 @@ import de.bixilon.minosoft.game.datatypes.blocks.Block;
import java.util.HashMap;
/**
* Collection of 16 chunks
* Collection of 16 chunks nibbles
*/
public class Chunk {
private final HashMap<Byte, ChunkNibble> chunks;