Skip to content

Commit ba25849

Browse files
Update destroy-all-sprites.md
1 parent e559cf1 commit ba25849

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/projects/destroy-all-sprites.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ I have seen many people ask this question, "How do I delete every single sprite
44

55
## 1 Create a Backward Loop
66
First, you have to make a for loop.
7-
`for (let i = allSpr.length - 1; i >= 0; i--) {
7+
`for (let i = allSpr.length - 1; i >= 0; i--) {
88
// adding code later
99
}`
1010

0 commit comments

Comments
 (0)