Use strict tuples for SPics
This commit is contained in:
+3
-1
@@ -62,7 +62,9 @@ doDrawing' win pdata u = do
|
||||
-- count mutable vectors setup
|
||||
layerCounts <- UMV.replicate (numLayers * 6) 0
|
||||
-- attempt to poke in parallel
|
||||
let (ws, wp) = wallSPics <> worldSPic cfig u
|
||||
let wswp = wallSPics <> worldSPic cfig u
|
||||
ws = wswp ^. _1
|
||||
wp = wswp ^. _2
|
||||
((nWins, trueNWalls), (nShapeVs, nIndices, nSilIndices)) <-
|
||||
MP.bindM3
|
||||
(\_ a b -> return (a, b))
|
||||
|
||||
Reference in New Issue
Block a user