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
+3 -1
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
})
}