fix double spaceships

This commit is contained in:
nek0 2023-05-20 21:05:17 +02:00
parent 9ed1391f5f
commit 02501ce1a1

View file

@ -266,7 +266,7 @@ recordCommandBuffer
mapM_
(Vk.cmdDraw commandBuffer (fromIntegral $ V.length $ meshVertices mesh) 1 0)
[first .. count]
[first .. (count - 1)]
)
draws