Add comment

This commit is contained in:
crumblingstatue 2023-04-08 22:12:53 +02:00
parent e7c30d231b
commit 91c727e509

View file

@ -57,6 +57,7 @@ pub struct ChunkLocalTilePos {
pub y: ChkLocalTPosSc,
}
/// Chunk-local tile position scalar. Supports up to 256 tiles per chunk.
type ChkLocalTPosSc = u8;
impl TilePos {