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