Removed stopEvents from RigidContainer.

This commit is contained in:
Sebastian Kupke 2020-01-10 14:18:28 +01:00
parent f398fe4824
commit b32132c71f
2 changed files with 6 additions and 2 deletions

4
dist/iwmlib.pixi.js vendored
View File

@ -20635,7 +20635,9 @@
showBounds: false,
showTouches: false,
showPolygon: false,
container: this
container: this,
stopEvents: false,
claimEvents: false
})
}

View File

@ -228,7 +228,9 @@ export default class MapApp extends PIXIApp {
showBounds: false,
showTouches: false,
showPolygon: false,
container: this
container: this,
stopEvents: false,
claimEvents: false
})
}