Attempt to improve perfomance
This commit is contained in:
@@ -31,7 +31,7 @@ data Block = Block
|
||||
, _blHeight :: Float
|
||||
, _blMaterial :: Material
|
||||
, _blDraw :: BlockDraw --Block -> SPic
|
||||
, _blObstructs :: Set (Int, Int, PathEdge)
|
||||
, _blObstructs :: Set PathEdgeNodes
|
||||
}
|
||||
deriving (Eq, Ord, Show, Read) --Generic, Flat)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user