mirror of
https://github.com/wassname/phaser.git
synced 2026-07-29 11:24:31 +08:00
Fixed the Button frame issue and Down states now work properly
This commit is contained in:
+2
-2
@@ -8,8 +8,8 @@ Phaser.Input = function (game) {
|
||||
|
||||
this.game = game;
|
||||
|
||||
this.inputObjects = [];
|
||||
this.totalTrackedObjects = 0;
|
||||
// this.inputObjects = [];
|
||||
// this.totalTrackedObjects = 0;
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user