summaryrefslogtreecommitdiff |
diff options
Diffstat (limited to 'src/map')
-rw-r--r-- | src/map/query/map_update.erl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/map/query/map_update.erl b/src/map/query/map_update.erl index ac4499b..d9e3e73 100644 --- a/src/map/query/map_update.erl +++ b/src/map/query/map_update.erl @@ -125,17 +125,17 @@ commit_update (QueryState, Input) -> ataxic:sequence ( [ - ataxic:on_field + ataxic:update_field ( map_map:get_height_field(), ataxic:constant(Input#input.h) ), - ataxic:on_field + ataxic:update_field ( map_map:get_width_field(), ataxic:constant(Input#input.w) ), - ataxic:on_field + ataxic:update_field ( map_map:get_tile_instances_field(), ataxic:constant(map_map:get_tile_instances(Map)) |