| summaryrefslogtreecommitdiff | 
diff options
Diffstat (limited to 'src/map-editor')
| -rw-r--r-- | src/map-editor/src/Update/HandleServerReply.elm | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map-editor/src/Update/HandleServerReply.elm b/src/map-editor/src/Update/HandleServerReply.elm index 433d1a9..14feff8 100644 --- a/src/map-editor/src/Update/HandleServerReply.elm +++ b/src/map-editor/src/Update/HandleServerReply.elm @@ -90,7 +90,7 @@ set_map map current_state =     let (model, cmds) = current_state in        (           {model | -            map = (BattleMap.Struct.Map.solve_tiles model.map_dataset model.map) +            map = (BattleMap.Struct.Map.solve_tiles model.map_dataset map)           },           cmds        )  | 


