mirror of
https://github.com/wassname/phaser.git
synced 2026-06-30 16:40:20 +08:00
Fixed bug in LinkedList#remove that could cause first to point to a dead node
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user