mirror of
https://github.com/photonstorm/phaser
synced 2025-02-17 14:38:30 +00:00
Cache.destroy fixed to clear up properly (thanks Dumtard, #537)
This commit is contained in:
parent
44eb79cbb5
commit
f89da86444
1 changed files with 1 additions and 0 deletions
|
@ -226,6 +226,7 @@ Bug Fixes:
|
|||
* InputHandler.enableSnap now correctly assigns the snap offset parameters (fixes #515)
|
||||
* Objects that are 'fixedToCamera' are now still correctly placed even if the camera is scaled (#512)
|
||||
* Changed the define function calls to use named modules, allows pixi, phaser and p2 to reside in 1 file and still be located by requirejs (thanks brejep, #531)
|
||||
* Cache.destroy fixed to clear up properly (thanks Dumtard, #537)
|
||||
|
||||
|
||||
TO DO:
|
||||
|
|
Loading…
Add table
Reference in a new issue