diff --git a/Palette/env/engine.py b/Palette/env/engine.py index cd73b5e..98bd095 100644 --- a/Palette/env/engine.py +++ b/Palette/env/engine.py @@ -197,7 +197,6 @@ class SeaEnvEngine(object): for s in static: s.friction = 1. s.group = 1 - # bound is the same as obstacle for collision s.collision_type = COLLISION_OBSTACLE s.color = THECOLORS['blue'] self.space.add(*static)