diff options
author | Bryan Bishop <kanzure@gmail.com> | 2013-09-26 01:05:23 -0500 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2013-09-26 01:05:23 -0500 |
commit | e4b2d2e4d24d09b719712bf3793a655307fa60d8 (patch) | |
tree | acbfb24df8378fef004bc36f28b16a5e20019624 /pokemontools/map_editor.py | |
parent | 9bea14db798eedcb262d17562a37b1f337fb67eb (diff) |
minor formatting fix
Diffstat (limited to 'pokemontools/map_editor.py')
-rw-r--r-- | pokemontools/map_editor.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pokemontools/map_editor.py b/pokemontools/map_editor.py index d30d3d2..c6f9f16 100644 --- a/pokemontools/map_editor.py +++ b/pokemontools/map_editor.py @@ -147,7 +147,6 @@ class Application(Frame): self.map.canvas.bind('<B1-Motion>', self.paint) def init_picker(self): - self.current_tile = Map(self.button_frame, tileset_id=self.map.tileset_id) self.current_tile.blockdata = [self.paint_tile] self.current_tile.width = 1 |