Version 2.20.1 - 5 October 2024
Updates
- The canvases used for device capability checks and input hit testing are now created with
willReadFrequently: true
.
Bug Fixes
- Fixed an error when a video loaded after the game was destroyed (#742).
Documentation
- Set Phaser.Game#forceSingleUpdate to
false
for better consistency in physics calculations.