diff --git a/src/interaction/InteractionManager.js b/src/interaction/InteractionManager.js index 5c3bdc7..ef5f9af 100644 --- a/src/interaction/InteractionManager.js +++ b/src/interaction/InteractionManager.js @@ -393,7 +393,6 @@ for (var i = children.length-1; i >= 0; i--) { - var child = children[i]; // time to get recursive.. if this function will return if somthing is hit.. @@ -417,6 +416,9 @@ { hitTest = false; } + + // we can break now as we have hit an object. + break; } } }