-
Notifications
You must be signed in to change notification settings - Fork 7.1k
Closed
Labels
Description
Version
- Phaser Version: 3.60.0, or previous
- Operating system: win10
- Browser: chrome, firefox
Description
See this test
scene.input.topOnly
sets tofalse
,- When touch pointer moves out of canvas, 2 game objects are picked,
- In
sortGameObjects
method,pointer.camera
isundefined
->Uncaught TypeError: Cannot read properties of undefined (reading 'renderList')
This bug won't occur when only 1 game object is pointer-out