remove lambda

This commit is contained in:
nek0 2023-05-20 20:46:21 +02:00
parent ef135731a4
commit 6caf99a13c
1 changed files with 2 additions and 4 deletions

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