mirror of
https://github.com/photonstorm/phaser
synced 2024-11-22 20:53:39 +00:00
Fixed bug in LinkedList#remove that could cause first to point to a dead node
This commit is contained in:
parent
3740ea05ee
commit
fa15f8015d
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ Version 1.0.7 (in progress in the dev branch)
|
|||
* Removed the callbackContext parameter from Group.callAll because it's no longer needed.
|
||||
* Updated Group.forEach, forEachAlive and forEachDead so you can now pass as many parameters as you want, which will all be given to the callback after the child.
|
||||
* Updated build script so it can be run from the command-line and includes UMD wrappers (thanks iaincarsberg)
|
||||
|
||||
* Fixed bug in LinkedList#remove that could cause first to point to a dead node (thanks onedayitwillmake)
|
||||
|
||||
|
||||
* TODO: addMarker hh:mm:ss:ms
|
||||
|
|
Loading…
Reference in a new issue