Get rid of an unused static let
This commit is contained in:
parent
8ffb0a1cfe
commit
bd9cba2886
1 changed files with 1 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue