mirror of
https://github.com/photonstorm/phaser
synced 2025-02-16 22:18:29 +00:00
Update CHANGELOG-v3.85.md
This commit is contained in:
parent
4ddba9bc5c
commit
86d4811246
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
# New Features
|
||||
|
||||
* `BaseSoundManager.isPlaying` is a new method that will return a boolean if the given sound key is playing. If you don't provide a key, it will return a boolean if any sound is playing (thanks @samme)
|
||||
* Added `dispatchContextLost` and `dispatchContextRestored` internal methods called by `contextLostHandler` and `contextRestoredHandler` for custom context overrides and error tracking. (@yaustar)
|
||||
|
||||
# WebGL Rendering Updates
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue