Skip to content

Commit 466b0b1

Browse files
committed
Fixed argument
1 parent 4c2df65 commit 466b0b1

2 files changed

Lines changed: 2 additions & 2 deletions

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: 'faf097c0-70c1-11e7-83f8-1fe1cff41d47'
2+
build: '8c3fb080-70c2-11e7-b128-81fb6f2e39f6'
33
};
44
module.exports = CHECKSUM;

v3/src/input/local/events/GameObjectUpEvent.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ var GameObjectUpEvent = new Class({
77

88
initialize:
99

10-
function GameObjectUpEvent (pointer, gameObject)
10+
function GameObjectUpEvent (pointer, interactiveObject)
1111
{
1212
Event.call(this, 'GAME_OBJECT_UP_EVENT');
1313

0 commit comments

Comments
 (0)