We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 562eb4a commit 7670ec5Copy full SHA for 7670ec5
1 file changed
v3/src/input/local/SceneInputManager.js
@@ -9,13 +9,13 @@ var SceneInputManager = new Class({
9
10
initialize:
11
12
- function SceneInputManager (scene, game)
+ function SceneInputManager (scene)
13
{
14
// The Scene that owns this plugin
15
this.scene = scene;
16
17
// GlobalInputManager
18
- this.manager = game.input;
+ this.manager = scene.sys.game.input;
19
20
// A reference to this.scene.sys.displayList (set in boot)
21
this.displayList;
0 commit comments