fix double spaceships

This commit is contained in:
nek0 2023-05-20 21:05:17 +02:00
parent 6caf99a13c
commit 272db907a0
1 changed files with 1 additions and 1 deletions

View File

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