Skip to content

Commit

Permalink
Fix typo in performance-tips.md (#120)
Browse files Browse the repository at this point in the history
Co-authored-by: Zyie <[email protected]>
  • Loading branch information
konekowo and Zyie authored Nov 27, 2024
1 parent 85e3489 commit a0adeb6
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 @@ -40,7 +40,7 @@
### Masks

- 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)
- Axis-aligned Rectangle masks are the fastest (as they use scissor rect)
- Graphics masks are second fastest (as they use the stencil buffer)
- Sprite masks are the third fastest (they use filters). They are really expensive. Do not use too many in your scene!

Expand Down

0 comments on commit a0adeb6

Please sign in to comment.