Skip to content

Commit

Permalink
Fix [typos]: performance-tips.md (#102)
Browse files Browse the repository at this point in the history
Sceen should be Screen (a type of blend mode).
  • Loading branch information
protofarer authored Apr 9, 2024
1 parent 869b435 commit 08ca02a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/guides/production/performance-tips.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@
### BlendModes

- Different blend modes will cause batches to break (de-optimize)
- SceenSprite / NormalSprite / SceenSprite / NormalSprite would be 4 draw calls
- SceenSprite / SceenSprite / NormalSprite / NormalSprite would be 2 draw calls
- ScreenSprite / NormalSprite / ScreenSprite / NormalSprite would be 4 draw calls
- ScreenSprite / ScreenSprite / NormalSprite / NormalSprite would be 2 draw calls

### Events

Expand Down

0 comments on commit 08ca02a

Please sign in to comment.