*flushing sounds*
This commit is contained in:
parent
6189b3bcb8
commit
368d679356
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ loadMapFork ud future progress = do
|
||||||
let loadSteps = 16
|
let loadSteps = 16
|
||||||
fc = FloorConfig
|
fc = FloorConfig
|
||||||
(10, 10)
|
(10, 10)
|
||||||
[]
|
[(5, 5), (5, 45)]
|
||||||
(50, 50)
|
(50, 50)
|
||||||
_ <- liftIO $ swapMVar progress (1 / loadSteps)
|
_ <- liftIO $ swapMVar progress (1 / loadSteps)
|
||||||
(mat, gr) <- buildHallFloorIO fc progress (1 / loadSteps)
|
(mat, gr) <- buildHallFloorIO fc progress (1 / loadSteps)
|
||||||
|
|
Loading…
Reference in a new issue