Skip to content

Commit 9bd93f3

Browse files
committed
Exposed method.
1 parent 1cc79a3 commit 9bd93f3

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

v3/src/checksum.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
var CHECKSUM = {
2-
build: '5f8d0c50-6e14-11e7-a21a-f9e8835d9646'
2+
build: '274ce990-6e15-11e7-a303-3f21b9a8d9b0'
33
};
44
module.exports = CHECKSUM;

v3/src/input/local/SceneInputManager.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ var SceneInputManager = new Class({
9595
processOverOutEvents: require('./components/ProcessOverOutEvents'),
9696
processDownEvents: require('./components/ProcessDownEvents'),
9797
processUpEvents: require('./components/ProcessUpEvents'),
98+
processMoveEvents: require('./components/ProcessMoveEvents'),
9899
childOnOut: require('./components/ChildOnOut'),
99100
childOnOver: require('./components/ChildOnOver'),
100101
childOnDown: require('./components/ChildOnDown'),

0 commit comments

Comments
 (0)