diff --git a/examples/the-dungeon-puzzlers-lament/src/game/simulation/entity.rs b/examples/the-dungeon-puzzlers-lament/src/game/simulation/entity.rs index bb343820..97645e2c 100644 --- a/examples/the-dungeon-puzzlers-lament/src/game/simulation/entity.rs +++ b/examples/the-dungeon-puzzlers-lament/src/game/simulation/entity.rs @@ -251,7 +251,7 @@ impl EntityMap { self.attempt_move_in_direction( map, animations, - other_entity_key, + entity_to_update_key, direction, false, push_depth,