remove lambda

This commit is contained in:
nek0 2023-05-20 20:46:21 +02:00
parent 4ee6c368df
commit 9ed1391f5f

View file

@ -265,10 +265,8 @@ recordCommandBuffer
(V.fromList [ 0 ])
mapM_
(\index ->
Vk.cmdDraw commandBuffer (fromIntegral $ V.length $ meshVertices mesh) 1 0 index
)
([first .. first + count])
(Vk.cmdDraw commandBuffer (fromIntegral $ V.length $ meshVertices mesh) 1 0)
[first .. count]
)
draws