mirror of
https://github.com/wassname/phaser.git
synced 2026-07-16 01:20:13 +08:00
State swap example done and working.
This commit is contained in:
+1
-1
@@ -378,7 +378,7 @@ Phaser.Input.prototype = {
|
||||
**/
|
||||
reset: function (hard) {
|
||||
|
||||
hard = hard || false;
|
||||
if (typeof hard == 'undefined') { hard = false; }
|
||||
|
||||
this.keyboard.reset();
|
||||
this.mousePointer.reset();
|
||||
|
||||
Reference in New Issue
Block a user