From 7184f076617493b29ddaf4413ab58d14bba4b9d4 Mon Sep 17 00:00:00 2001 From: nsensfel Date: Fri, 14 Dec 2018 15:18:09 +0100 Subject: ... --- src/map/query/map_update.erl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/map/query') 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)) -- cgit v1.2.3-70-g09d2