mirror of
https://github.com/wassname/phaser.git
synced 2026-06-30 16:40:20 +08:00
Groups examples and some boolean checks corrected
This commit is contained in:
@@ -75,7 +75,7 @@ Phaser.InputHandler.prototype = {
|
||||
start: function (priority, useHandCursor) {
|
||||
|
||||
priority = priority || 0;
|
||||
useHandCursor = useHandCursor || false;
|
||||
if (typeof useHandCursor == 'undefined') { useHandCursor = false; }
|
||||
|
||||
// Turning on
|
||||
if (this.enabled == false)
|
||||
|
||||
Reference in New Issue
Block a user