Skip to content

Commit

Permalink
Fix [typos]: performance-tips.md (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
nizamiza authored Jul 3, 2024
1 parent 961f80d commit fc2f451
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/production/performance-tips.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
- Masks can be expensive if too many are used: e.g., 100s of masks will really slow things down
- Axis-aligned Rectangle masks are the fastest (as the use scissor rect)
- Graphics masks are second fastest (as they use the stencil buffer)
- Sprite masks are the third fastest (they uses filters). They are really expensive. Do not use too many in your scene!
- Sprite masks are the third fastest (they use filters). They are really expensive. Do not use too many in your scene!

### Filters

Expand Down

0 comments on commit fc2f451

Please sign in to comment.