Skip to content

Commit

Permalink
Fix code flaws
Browse files Browse the repository at this point in the history
(cherry picked from commit 75fa902)
  • Loading branch information
evgTSV authored and ForNeVeR committed Jun 29, 2024
1 parent 5519e2f commit e174961
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions O21.Game/Scenes/PlayScene.fs
Original file line number Diff line number Diff line change
Expand Up @@ -109,14 +109,6 @@ type PlayScene = {
| _ ->
()

for i = 0 to map.Length-1 do
for j = 0 to map[i].Length-1 do
match map[i][j] with
| Brick b ->
DrawTexture(sprites.Bricks[b], 12*j, 12*i, WHITE)
| _ ->
()

PlayScene.DrawPlayer sprites.Player game.Player
game.Bullets |> Seq.iter(PlayScene.DrawBullet sprites.Bullet)

Expand Down

0 comments on commit e174961

Please sign in to comment.