Get rid of an unused static let

This commit is contained in:
Eryn Wells 2018-11-04 14:26:15 -05:00
parent 8ffb0a1cfe
commit bd9cba2886

View file

@ -69,9 +69,7 @@ class Terrain: NSObject {
return try MTKMesh(mesh:plane, device:device)
}
private static let heightMapSize = MTLSize(width: 512, height: 512, depth: 1)
let dimensions: float2
let segments: uint2
let vertexDescriptor: MTLVertexDescriptor