Skip to content

Commit c93f571

Browse files
committed
SceneInputManager now uses the Scene event dispatcher. Fix phaserjs#3085
1 parent cb29497 commit c93f571

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

v3/src/input/local/SceneInputManager.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ var SceneInputManager = new Class({
2323
// A reference to the this.scene.sys.cameras (set in boot)
2424
this.cameras;
2525

26-
// Should use Scene event dispatcher?
27-
this.events = this.manager.events;
26+
// The Scene event dispatcher
27+
this.events = scene.sys.events;
2828

2929
// Proxy references available via the Scene
3030
this.keyboard = this.manager.keyboard;

0 commit comments

Comments
 (0)