Skip to content

Commit f6d8606

Browse files
committed
Fixed type
1 parent 8ca79cd commit f6d8606

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/scene/Scene.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ var Scene = new Class({
168168
* This property will only be available if defined in the Scene Injection Map and the plugin is installed.
169169
*
170170
* @name Phaser.Scene#lights
171-
* @type {Phaser.GameObjects.DisplayList}
171+
* @type {Phaser.GameObjects.LightsManager}
172172
* @since 3.0.0
173173
*/
174174
this.lights;

0 commit comments

Comments
 (0)