Skip to content

Commit 31b1415

Browse files
committed
Fixed event name
1 parent fd629fe commit 31b1415

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/cameras/2d/Camera.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -950,7 +950,7 @@ var Camera = new Class({
950950
* cameras are stored in a pool, ready for recycling later, and calling this directly will prevent that.
951951
*
952952
* @method Phaser.Cameras.Scene2D.Camera#destroy
953-
* @fires CameraDestroyEvent
953+
* @fires Phaser.Cameras.Scene2D.Events#DESTROY
954954
* @since 3.0.0
955955
*/
956956
destroy: function ()

0 commit comments

Comments
 (0)