Skip to content
Snippets Groups Projects
Verified Commit fb79ce8e authored by João Magalhães's avatar João Magalhães :rocket:
Browse files

docs: small spell fix in comment

parent a0ac5204
No related branches found
No related tags found
No related merge requests found
Pipeline #2333 passed
......@@ -873,7 +873,7 @@ impl Ppu {
let mut index_buffer = [-256i16; DISPLAY_WIDTH];
for index in 0..OBJ_COUNT {
// in case the limit on number of object to be draw per
// in case the limit on the number of objects to be draw per
// line has been reached breaks the loop avoiding more draws
if draw_count == 10 {
break;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment