linearise block colours at generation time

This commit is contained in:
2024-08-22 03:49:50 +10:00
parent 8e3fdfdc25
commit 7eb880f0b7
2 changed files with 3 additions and 3 deletions

View File

@ -112,7 +112,7 @@ public struct Chunk {
public enum BlockType: Equatable {
case air
case solid(_ color: Color<UInt8>)
case solid(_ color: Color<Float16>)
}
public struct Block {