mirror of
https://github.com/photonstorm/phaser
synced 2024-11-15 09:27:37 +00:00
Update CHANGELOG-v3.60.md
This commit is contained in:
parent
593aaced12
commit
286411ec33
1 changed files with 2 additions and 0 deletions
|
@ -217,6 +217,8 @@ The following are API-breaking, in that a new optional parameter has been insert
|
|||
* The temporary canvas created in `CanvasFeatures` for the `checkInverseAlpha` test is now removed from the CanvasPool after use.
|
||||
* The `CanvasFeatures` tests and the TextureManager `_tempContext` now specify the `{ willReadFrequently: true }` hint to inform the browser the canvas is to be read from, not composited.
|
||||
* When calling `TextureManager.getTextureKeys` it will now exclude the default `__WHITE` texture from the results (thanks @samme)
|
||||
* `RequestAnimationFrame.step` will now no longer call `requestAnimationFrame` is `isRunning` has been set to `false` (via the `stop` method)
|
||||
* The `TimeStep` no longer calculates or passes the `interpolation` value to Game.step as it was removed several versions ago, so is redundant.
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
|
|
Loading…
Reference in a new issue