mirror of
https://github.com/GayPizzaSpecifications/voxelotl-engine.git
synced 2025-08-03 13:11:33 +00:00
RIP to Float16, it's sad that Intel doesn't support you.
This commit is contained in:
@ -123,7 +123,7 @@ public struct Chunk: Hashable {
|
||||
|
||||
public enum BlockType: Hashable {
|
||||
case air
|
||||
case solid(_ color: Color<Float16>)
|
||||
case solid(_ color: Color<Float>)
|
||||
}
|
||||
|
||||
public struct Block: Hashable {
|
||||
|
Reference in New Issue
Block a user