Skip to content

Commit

Permalink
Fix pseudocode
Browse files Browse the repository at this point in the history
  • Loading branch information
leonmavr authored Feb 19, 2023
1 parent 095242f commit 09d7a32
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ for (r in rows):
if (z < z_rendered) and ((c, r, z) in surface):
z_rendered <- z
color_to_draw <- surface.color
pixel_to_draw <- (c, r)
draw(pixel_to_draw, color_to_draw)
```

Expand Down

0 comments on commit 09d7a32

Please sign in to comment.