summaryrefslogtreecommitdiff
path: root/src/entities
diff options
context:
space:
mode:
Diffstat (limited to 'src/entities')
-rw-r--r--src/entities/bigdump.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/entities/bigdump.js b/src/entities/bigdump.js
index d7a20ba..545aab5 100644
--- a/src/entities/bigdump.js
+++ b/src/entities/bigdump.js
@@ -30,8 +30,5 @@ export class BigDump extends Entity {
this.updateAsHazard()
this.checkBounds()
- if (Engine.screen.isOffLimits(this.position, this.size)) {
- this.remove()
- }
}
}