remove lambda

This commit is contained in:
nek0 2023-05-20 20:46:21 +02:00
parent ef135731a4
commit 6caf99a13c

View file

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