# HG changeset patch # User Neil Muller # Date 1378575555 -7200 # Node ID da337a7cfe18e8b7fc89a836747e3ca7b21f8f53 # Parent a46767c61ad61ab3ea25ae2d9ddd4906884caaa0 used snap pos to start line diff -r a46767c61ad6 -r da337a7cfe18 tools/area_editor.py --- a/tools/area_editor.py Sat Sep 07 19:31:30 2013 +0200 +++ b/tools/area_editor.py Sat Sep 07 19:39:15 2013 +0200 @@ -673,7 +673,7 @@ elif ev.button == 1: if self._draw_lines: if self._start_pos is None: - self._start_pos = corrected_pos + self._start_pos = snapped_pos else: self.level.add_line(self._start_pos, snapped_pos) self._start_pos = None