diff --git a/src/input/InputPlugin.js b/src/input/InputPlugin.js index 5f22c3204c..2e785ce83b 100644 --- a/src/input/InputPlugin.js +++ b/src/input/InputPlugin.js @@ -652,6 +652,11 @@ var InputPlugin = new Class({ var pointer = pointers[i]; + if (!pointer.active) + { + continue; + } + // Always reset this array this._tempZones = [];