fix double spaceships
This commit is contained in:
parent
9ed1391f5f
commit
02501ce1a1
1 changed files with 1 additions and 1 deletions
|
@ -266,7 +266,7 @@ recordCommandBuffer
|
|||
|
||||
mapM_
|
||||
(Vk.cmdDraw commandBuffer (fromIntegral $ V.length $ meshVertices mesh) 1 0)
|
||||
[first .. count]
|
||||
[first .. (count - 1)]
|
||||
)
|
||||
draws
|
||||
|
||||
|
|
Loading…
Reference in a new issue